9# Radio Configuration india865
13# Hardware capabilities of the board
14## Is 32kHz crystal mounted on the board.
15board_hw_crystal_32k=no
16## Is DCDC used on this board.
18## HFXO crystal characteristics
19board_hw_hfxo_ctune=331
20## LFXO crystal characteristics
25# if set, the custom power table will be set during application startup,
26# and the stack will use that instead of the default one.
27# For convenience, +12dBm power table is provided as an example.
28# - mcu/efr/efr32/hal/radio/radio_power_table_efr32xg13_12dbm.h
29# If predefined custom power table shall be used,
30# provide 'radio_power_table=12' as build parameter.
31ifneq ("$(radio_power_table)", "")
32 RADIO_CUSTOM_POWER_TABLE=mcu/efr/efr32/hal/radio/radio_power_table_efr32xg13_$(radio_power_table)dbm.h