1 # This definition describes processor architecture.
2 # Valid value: nrf52 for nRF52 based boards
5 # This describes the sub-architecture of the processor. Allowed values are
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)