Skip to content

Commit

Permalink
feat: add esp-zigbee-console component
Browse files Browse the repository at this point in the history
esp-zigbee-console is a Zigbee CLI implementation
based on APIs in esp-zigbee-sdk.

Signed-off-by: Pengyu Lv <[email protected]>
  • Loading branch information
lpy4105 committed Sep 10, 2024
1 parent 537b9aa commit abf209d
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 abf209d

Please sign in to comment.