fix(esp_coex): Disable coexist build for ESP32-S31 before it is supported

- Disable blufi example build on ESP32-S31
This commit is contained in:
Wang Mengyang
2026-04-17 15:47:46 +08:00
parent ba29417ff4
commit 63a619275b
3 changed files with 4 additions and 4 deletions
+1 -2
View File
@@ -173,8 +173,7 @@ examples/bluetooth/bluedroid/coex/a2dp_gatts_coex:
examples/bluetooth/blufi:
<<: *bt_default_depends
disable:
- if: SOC_BT_SUPPORTED != 1
- if: SOC_WIFI_SUPPORTED != 1
- if: SOC_BLUFI_SUPPORTED != 1
depends_components+:
- esp_console
- esp_wifi
@@ -1,5 +1,5 @@
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C5 | ESP32-C6 | ESP32-C61 | ESP32-S3 |
| ----------------- | ----- | -------- | -------- | -------- | -------- | --------- | -------- |
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C5 | ESP32-C6 | ESP32-C61 | ESP32-S3 | ESP32-S31 |
| ----------------- | ----- | -------- | -------- | -------- | -------- | --------- | -------- | --------- |
# BLE Peripheral with ICMP Echo-Reply