fix(esp_ble_mesh): Remove separate AliGenie example build rules

The AliGenie example can run on all targets that support esp_ble_mesh (i.e.,
SOC_BLE_MESH_SUPPORTED). Thus, the example does not require a separate build
rule.
This commit is contained in:
Darian Leung 2024-01-22 19:57:54 +08:00
parent 01f1434fdd
commit 8f15dd1ce0
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
=============================