From 104ba56d92f74de6eaf5944b863293116ce22fd9 Mon Sep 17 00:00:00 2001 From: Fu Hanxi Date: Wed, 24 Jul 2024 21:18:19 +0200 Subject: [PATCH] ci: temp disable esp32c5 build of examples/bluetooth/nimble/throughput_app/blecent_throughput --- examples/bluetooth/.build-test-rules.yml | 15 +++++++++++++++ .../throughput_app/blecent_throughput/README.md | 4 ++-- 2 files changed, 17 insertions(+), 2 deletions(-) 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