Merge branch 'fix/esp_ble_mesh_aligenie_build_rules' into 'master'

fix(esp_ble_mesh): Remove separate AliGenie example build rules

See merge request espressif/esp-idf!28612
This commit is contained in:
morris
2024-01-29 11:05:51 +08:00
2 changed files with 2 additions and 17 deletions

View File

@@ -89,21 +89,6 @@ examples/bluetooth/esp_ble_mesh:
depends_filepatterns:
- examples/bluetooth/esp_ble_mesh/common_components/**/*
examples/bluetooth/esp_ble_mesh/aligenie_demo:
enable:
- if: IDF_TARGET in ["esp32"]
temporary: true
reason: the other targets are not tested yet
depends_components:
- bt
- esp_phy
- vfs
- mbedtls
- driver
- esp_driver_gpio
depends_filepatterns:
- examples/bluetooth/esp_ble_mesh/common_components/**/*
examples/bluetooth/esp_ble_mesh/wifi_coexist:
disable:
- if: SOC_BLE_MESH_SUPPORTED != 1

View File

@@ -1,5 +1,5 @@
| Supported Targets | ESP32 | ESP32C3 | ESP32S3 | ESP32H2 | ESP32C6 |
| ----------------- | ----- | ------- | ------- | ------- | ------- |
| Supported Targets | ESP32 | ESP32-C3 | ESP32-C6 | ESP32-H2 | ESP32-S3 |
| ----------------- | ----- | -------- | -------- | -------- | -------- |
ESP BLE Mesh AliGenie Example
=============================