diff --git a/examples/bluetooth/.build-test-rules.yml b/examples/bluetooth/.build-test-rules.yml index d10041e415..2bbfcb02a3 100644 --- a/examples/bluetooth/.build-test-rules.yml +++ b/examples/bluetooth/.build-test-rules.yml @@ -267,3 +267,18 @@ examples/bluetooth/nimble/throughput_app: depends_filepatterns: - examples/bluetooth/nimble/common/**/* - examples/bluetooth/nimble/throughput_app/blecent_throughput/components/**/* + +# Remove this special case for esp32c5 after IDF-8638 +examples/bluetooth/nimble/throughput_app/blecent_throughput: + <<: *bt_default_depends + disable: + - if: SOC_BLE_SUPPORTED != 1 + - if: IDF_TARGET == "esp32c5" + temporary: true + reason: c5 build failed. Fix in IDF-8638 + depends_components: + - esp_driver_gpio + - esp_driver_uart + depends_filepatterns: + - examples/bluetooth/nimble/common/**/* + - examples/bluetooth/nimble/throughput_app/blecent_throughput/components/**/* diff --git a/examples/bluetooth/nimble/throughput_app/blecent_throughput/README.md b/examples/bluetooth/nimble/throughput_app/blecent_throughput/README.md index f240e94c69..28ed48e0fe 100644 --- a/examples/bluetooth/nimble/throughput_app/blecent_throughput/README.md +++ b/examples/bluetooth/nimble/throughput_app/blecent_throughput/README.md @@ -1,5 +1,5 @@ -| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C5 | ESP32-C6 | ESP32-H2 | ESP32-S3 | -| ----------------- | ----- | -------- | -------- | -------- | -------- | -------- | -------- | +| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C6 | ESP32-H2 | ESP32-S3 | +| ----------------- | ----- | -------- | -------- | -------- | -------- | -------- | # Throughput blecent Example