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