sdkconfig.ci.noasserts.nimble 479 B

123456789101112
  1. CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE=y
  2. CONFIG_COMPILER_HIDE_PATHS_MACROS=n
  3. # the other sdkconfig builds Bluedroid, build NimBLE here
  4. #
  5. # (Note: ESP32-S2 will build both these configs as well, but they're identical. This is simpler than
  6. # needing to specify per-target configs for both Bluedroid and Nimble on ESP32, ESP32-C3.)
  7. CONFIG_BT_ENABLED=y
  8. CONFIG_BT_NIMBLE_ENABLED=y
  9. CONFIG_BT_NIMBLE_CRYPTO_STACK_MBEDTLS=n
  10. CONFIG_BLE_MESH=y
  11. CONFIG_BT_NIMBLE_MAX_CONNECTIONS=1