mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
7255497146
Freertos asserts are now configured the same way as all other asserts in IDF, i.e. by configuring COMPILER_OPTIMIZATION_ASSERTION_LEVEL.
14 lines
503 B
Nim
14 lines
503 B
Nim
CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE=y
|
|
CONFIG_COMPILER_HIDE_PATHS_MACROS=n
|
|
|
|
# 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
|