2016-09-26 02:00:00 -04:00
|
|
|
# Override some defaults so BT stack is enabled
|
|
|
|
# in this example
|
|
|
|
|
2021-04-12 03:29:49 -04: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 02:00:00 -04:00
|
|
|
#
|
|
|
|
# BT config
|
|
|
|
#
|
|
|
|
CONFIG_BT_ENABLED=y
|
2019-05-02 09:36:06 -04:00
|
|
|
CONFIG_BT_GATTC_ENABLE=n
|
|
|
|
CONFIG_BT_BLE_SMP_ENABLE=n
|
2020-08-07 03:02:53 -04:00
|
|
|
CONFIG_BT_BLE_BLUFI_ENABLE=y
|
|
|
|
CONFIG_MBEDTLS_HARDWARE_MPI=n
|
2021-10-26 04:07:43 -04:00
|
|
|
CONFIG_MBEDTLS_DHM_C=y
|