mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 12:44:33 +02:00
Merge branch 'fix/ble_ancs_adding_entry_for_chip' into 'master'
fix(nimble): Add ble_ancs example to build-test-rules.yml See merge request espressif/esp-idf!40439
This commit is contained in:
@@ -180,6 +180,15 @@ examples/bluetooth/hci/controller_vhci_ble_adv:
|
|||||||
|
|
||||||
|
|
||||||
# config BT_NIMBLE_ENABLED does not depends on any soc cap
|
# 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_cte:
|
examples/bluetooth/nimble/ble_cte:
|
||||||
<<: *bt_default_depends
|
<<: *bt_default_depends
|
||||||
enable:
|
enable:
|
||||||
|
Reference in New Issue
Block a user