mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
18 lines
403 B
Plaintext
18 lines
403 B
Plaintext
# Override some defaults so BT stack is enabled
|
|
# in this example
|
|
|
|
#
|
|
# 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
|
|
|
|
#
|
|
# BT config
|
|
#
|
|
CONFIG_BT_ENABLED=y
|
|
CONFIG_BT_GATTC_ENABLE=n
|
|
CONFIG_BT_BLE_SMP_ENABLE=n
|
|
CONFIG_BT_BLE_BLUFI_ENABLE=y
|
|
CONFIG_MBEDTLS_HARDWARE_MPI=y
|