| 123456789101112131415161718 |
- # 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=n
- CONFIG_MBEDTLS_DHM_C=y
|