ci: temp disable esp32c5 build of examples/bluetooth/nimble/throughput_app/blecent_throughput

This commit is contained in:
Fu Hanxi 2024-07-24 21:18:19 +02:00
parent aee189253a
commit 104ba56d92
No known key found for this signature in database
GPG Key ID: 19399699CF3C4B16
2 changed files with 17 additions and 2 deletions

View File

@ -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/**/*

View File

@ -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