Wirepas SDK
config.mk
Go to the documentation of this file.
1 # This definition describes mcu family.
2 MCU_FAMILY=efr
3 
4 # This definition describes processor architecture.
5 # Valid value: efr32 for EFR32 based boards
6 MCU=efr32
7 
8 # This describes the sub-architecture of the processor. Allowed values are
9 # following: xg12,xg21,xg22
10 MCU_SUB=xg12
11 mac_profile=ism_24_ghz
12 
13 # This definitions describes the processor memory variant. It is only used when
14 # <code>@ref config_mk_mcu "MCU"</code> is <code>efr32</code>.
15 # Valid values are following:
16 # - <code>pxxxf512</code> For 512 kB flash memory variant (serie 1)
17 # - <code>pxxxf1024</code> For 1024 kB flash memory variant (serie 1)
18 # - <code>xxxxf512</code> For 512 kB flash memory variant (serie 2)
19 # - <code>xxxxf1024</code> For 1024 kB flash memory variant (serie 2)
20 MCU_MEM_VAR=pxxxf512
21 
22 
23 
24 # Which radio version to use (different stack binary)
25 # Must be set only for xg21 and xg22 only
26 # Allowed values are following for xg21: efr32xg21, bgm210pa22jia
27 # Allowed values are following for xg22: efr32xg22, bgm220pc22hna
28 # radio=
29 
30 # This describes the hardware capabilities of the board
31 # (this is used to customize the hardware service of the bootloader).
32 ## Is 32kHz crystal mounted on the board? default:yes, possible values:yes, no
33 board_hw_crystal_32k=yes
34 ## Is DCDC to be enabled on the board? default:yes, possible values:yes, no
35 ## (it replaces MCU_NO_DCDC define in ./board/bootlaoder/early_init_efr32.c)
36 board_hw_dcdc=yes
37 ## HFXO crystal characteristics
38 board_hw_hfxo_ctune=322
39 ## LFXO crystal characteristics
40 board_hw_lfxo_ctune=68
41 board_hw_lfxo_gain=2