forked from espressif/esp-idf
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:
@@ -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
|
||||
=============================
|
||||
|
Reference in New Issue
Block a user