mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 17:49:10 -04:00
Doubles as a test app that building with assertions off doesn't produce warnings. Closes https://github.com/espressif/esp-idf/issues/6306
14 lines
499 B
Nim
14 lines
499 B
Nim
CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_SILENT=y
|
|
CONFIG_FREERTOS_ASSERT_DISABLE=y
|
|
|
|
# the other sdkconfig builds Bluedroid, build NimBLE here
|
|
#
|
|
# (Note: ESP32-S2 will build both these configs as well, but they're identical. This is simpler than
|
|
# needing to specify per-target configs for both Bluedroid and Nimble on ESP32, ESP32-C3.)
|
|
CONFIG_BT_ENABLED=y
|
|
CONFIG_BT_NIMBLE_ENABLED=y
|
|
CONFIG_BT_NIMBLE_CRYPTO_STACK_MBEDTLS=n
|
|
CONFIG_BT_NIMBLE_MESH=y
|
|
CONFIG_BLE_MESH=y
|
|
CONFIG_BT_NIMBLE_MAX_CONNECTIONS=1
|