mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 11:03:11 +00:00
feat(802.15.4): remove common components from the ci pipeline dependency
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
.ieee802154_dependencies: &ieee802154_dependencies
|
||||
depends_components:
|
||||
- *common_components
|
||||
- esp_coex
|
||||
- esp_phy
|
||||
- ieee802154
|
||||
|
||||
@@ -4,8 +4,10 @@
|
||||
# Or delete TODO without modifying the configuration if it is sure that current rules are correct.
|
||||
.openthread_dependencies: &openthread_dependencies
|
||||
depends_components:
|
||||
- *common_components
|
||||
- esp_coex
|
||||
- esp_driver_spi
|
||||
- esp_driver_uart
|
||||
- esp_hal_uart
|
||||
- esp_netif
|
||||
- esp_phy
|
||||
- esp_system
|
||||
@@ -20,8 +22,8 @@
|
||||
|
||||
.openthread_sleep_dependencies: &openthread_sleep_dependencies
|
||||
depends_components:
|
||||
- *common_components
|
||||
- esp_hw_support
|
||||
- soc
|
||||
|
||||
examples/openthread/ot_br:
|
||||
enable:
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
|
||||
.zigbee_dependencies: &zigbee_dependencies
|
||||
depends_components:
|
||||
- *common_components
|
||||
- ieee802154
|
||||
- openthread
|
||||
- protocol_examples_common
|
||||
|
||||
Reference in New Issue
Block a user