forked from espressif/esp-idf
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:
@@ -89,21 +89,6 @@ examples/bluetooth/esp_ble_mesh:
|
|||||||
depends_filepatterns:
|
depends_filepatterns:
|
||||||
- examples/bluetooth/esp_ble_mesh/common_components/**/*
|
- 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:
|
examples/bluetooth/esp_ble_mesh/wifi_coexist:
|
||||||
disable:
|
disable:
|
||||||
- if: SOC_BLE_MESH_SUPPORTED != 1
|
- 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
|
ESP BLE Mesh AliGenie Example
|
||||||
=============================
|
=============================
|
||||||
|
Reference in New Issue
Block a user