sdkconfig.ci.noasserts.nimble 536 B

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