Merge branch 'fix/ble_ancs_adding_entry_for_chip_v5.4' into 'release/v5.4'

fix(nimble): Add ble_ancs example to build-test-rules.yml (v5.4)

See merge request espressif/esp-idf!40444
This commit is contained in:
Rahul Tank
2025-07-09 10:06:23 +05:30
2 changed files with 11 additions and 2 deletions

View File

@@ -180,6 +180,15 @@ examples/bluetooth/hci/controller_vhci_ble_adv:
# config BT_NIMBLE_ENABLED does not depends on any soc cap
examples/bluetooth/nimble/ble_ancs:
<<: *bt_default_depends
enable:
- if: SOC_BLE_SUPPORTED == 1
temporary: true
reason: the other targets are not tested yet
depends_filepatterns:
- examples/bluetooth/nimble/common/**/*
examples/bluetooth/nimble/ble_enc_adv_data:
<<: *bt_default_depends
enable:

View File

@@ -1,5 +1,5 @@
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C6 | ESP32-H2 | ESP32-S3 |
| ----------------- | ----- | -------- | -------- | -------- | -------- | -------- |
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C5 | ESP32-C6 | ESP32-C61 | ESP32-H2 | ESP32-S3 |
| ----------------- | ----- | -------- | -------- | -------- | -------- | --------- | -------- | -------- |
# ESP-IDF NimBLE ANCS Example