2016-09-26 16:00:00 +10:00
|
|
|
# Override some defaults so BT stack is enabled
|
|
|
|
# in this example
|
|
|
|
|
2021-04-12 17:29:49 +10:00
|
|
|
#
|
|
|
|
# Partition Table
|
|
|
|
# (It's possible to fit Blufi in 1MB app partition size with some other optimizations, but
|
|
|
|
# default config is close to 1MB.)
|
|
|
|
CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE=y
|
|
|
|
|
2016-09-26 16:00:00 +10:00
|
|
|
#
|
|
|
|
# BT config
|
|
|
|
#
|
|
|
|
CONFIG_BT_ENABLED=y
|
2019-05-02 15:36:06 +02:00
|
|
|
CONFIG_BT_GATTC_ENABLE=n
|
|
|
|
CONFIG_BT_BLE_SMP_ENABLE=n
|
2020-08-07 15:02:53 +08:00
|
|
|
CONFIG_BT_BLE_BLUFI_ENABLE=y
|
|
|
|
CONFIG_MBEDTLS_HARDWARE_MPI=n
|
2021-10-26 13:37:43 +05:30
|
|
|
CONFIG_MBEDTLS_DHM_C=y
|