mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user