mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
Merge branch 'feature/optimize-zcl-utility-path' into 'master'
feat(zigbee): optimize the path of zcl_utility See merge request espressif/esp-idf!39506
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
idf_component_register(
|
idf_component_register(
|
||||||
SRC_DIRS "." "../../../common/zcl_utility/src"
|
SRC_DIRS "." "$ENV{IDF_PATH}/examples/zigbee/common/zcl_utility/src"
|
||||||
INCLUDE_DIRS "." "../../../common/zcl_utility/include"
|
INCLUDE_DIRS "." "$ENV{IDF_PATH}/examples/zigbee/common/zcl_utility/include"
|
||||||
PRIV_REQUIRES nvs_flash esp_driver_uart ieee802154
|
PRIV_REQUIRES nvs_flash esp_driver_uart ieee802154
|
||||||
)
|
)
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
idf_component_register(
|
idf_component_register(
|
||||||
SRC_DIRS "." "../../../common/zcl_utility/src"
|
SRC_DIRS "." "$ENV{IDF_PATH}/examples/zigbee/common/zcl_utility/src"
|
||||||
INCLUDE_DIRS "." "../../../common/zcl_utility/include"
|
INCLUDE_DIRS "." "$ENV{IDF_PATH}/examples/zigbee/common/zcl_utility/include"
|
||||||
PRIV_REQUIRES nvs_flash esp_driver_gpio esp_driver_uart ieee802154
|
PRIV_REQUIRES nvs_flash esp_driver_gpio esp_driver_uart ieee802154
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user