Skip to content

Commit

Permalink
Merge branch 'feat/add-cli-component' into 'main'
Browse files Browse the repository at this point in the history
Add esp-zigbee-console component

Closes TZ-348

See merge request espressif/esp-zigbee-sdk!138
  • Loading branch information
chshu committed Sep 10, 2024
2 parents 537b9aa + abf209d commit d4af0c8
Show file tree
Hide file tree
Showing 35 changed files with 5,656 additions and 0 deletions.
9 changes: 9 additions & 0 deletions components/esp-zigbee-console/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
if (CONFIG_ZB_ZED)
message(FATAL_ERROR "${COMPONENT_NAME} doesn't support CONFIG_ZB_ZED=y")
endif()

idf_component_register(SRC_DIRS "src" "src/zb_data"
INCLUDE_DIRS "include"
PRIV_REQUIRES esp-zigbee-lib console
LDFRAGMENTS linker.lf
WHOLE_ARCHIVE)
Loading

0 comments on commit d4af0c8

Please sign in to comment.