2018-07-30 16:10:10 +00:00
|
|
|
# Override some defaults so BT stack is enabled and
|
|
|
|
CONFIG_BT_ENABLED=y
|
2019-05-02 13:36:06 +00:00
|
|
|
CONFIG_BTDM_CTRL_MODE_BLE_ONLY=y
|
2019-11-07 18:39:27 +00:00
|
|
|
CONFIG_BTDM_CTRL_MODE_BR_EDR_ONLY=n
|
|
|
|
CONFIG_BTDM_CTRL_MODE_BTDM=n
|
2018-07-30 16:10:10 +00:00
|
|
|
|
|
|
|
# Binary is larger than default size
|
|
|
|
CONFIG_PARTITION_TABLE_CUSTOM=y
|
|
|
|
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
|
|
|
|
CONFIG_PARTITION_TABLE_FILENAME="partitions.csv"
|