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