Wirepas SDK
config.mk
Go to the documentation of this file.
1 # This definition describes mcu family.
2 MCU_FAMILY=nrf
3 
4 # This definition describes processor architecture.
5 # Valid value: nrf52 for nRF52 based boards
6 MCU=nrf52
7 
8 # This describes the sub-architecture of the processor. Allowed values are
9 # following: 832,840
10 MCU_SUB=832
11 
12 # This describes the hardware capabilities of the board
13 # (this is used to customize the hardware service of the bootloader).
14 ## Is 32kHz crystal mounted on the board? default:yes, possible values:yes, no
15 board_hw_crystal_32k=yes
16 ## Is DCDC to be enabled on the board? default:yes, possible values:yes, no
17 ## (it replaces BOARD_SUPPORT_DCDC define in board.h)
18 board_hw_dcdc=yes