mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
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:
parent
01f1434fdd
commit
8f15dd1ce0
@ -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
|
||||
|
@ -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
|
||||
=============================
|
||||
|
Loading…
x
Reference in New Issue
Block a user