Initial commit: ESP32-C6 Zigbee Router project

This commit is contained in:
2025-11-01 16:04:31 +11:00
commit d430d8c3df
1760 changed files with 280339 additions and 0 deletions

View File

@@ -0,0 +1 @@
cmd='/usr/bin/cmake;-DSDKCONFIG=/media/sam/8294CD2994CD2111/Users/Dell/Documents/ESP/zigbee_router_c6/sdkconfig;-DIDF_PATH=/home/sam/esp/esp-idf;-DIDF_TARGET=esp32c6;-DPYTHON_DEPS_CHECKED=1;-DPYTHON=/home/sam/.espressif/python_env/idf5.4_py3.12_env/bin/python;-DEXTRA_COMPONENT_DIRS=/home/sam/esp/esp-idf/components/bootloader;-DPROJECT_SOURCE_DIR=/media/sam/8294CD2994CD2111/Users/Dell/Documents/ESP/zigbee_router_c6;-DIGNORE_EXTRA_COMPONENT=;-GNinja;-S;<SOURCE_DIR><SOURCE_SUBDIR>;-B;<BINARY_DIR>'

View File

@@ -0,0 +1,22 @@
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
# file Copyright.txt or https://cmake.org/licensing for details.
cmake_minimum_required(VERSION 3.5)
file(MAKE_DIRECTORY
"/home/sam/esp/esp-idf/components/bootloader/subproject"
"/media/sam/8294CD2994CD2111/Users/Dell/Documents/ESP/zigbee_router_c6/build/bootloader"
"/media/sam/8294CD2994CD2111/Users/Dell/Documents/ESP/zigbee_router_c6/build/bootloader-prefix"
"/media/sam/8294CD2994CD2111/Users/Dell/Documents/ESP/zigbee_router_c6/build/bootloader-prefix/tmp"
"/media/sam/8294CD2994CD2111/Users/Dell/Documents/ESP/zigbee_router_c6/build/bootloader-prefix/src/bootloader-stamp"
"/media/sam/8294CD2994CD2111/Users/Dell/Documents/ESP/zigbee_router_c6/build/bootloader-prefix/src"
"/media/sam/8294CD2994CD2111/Users/Dell/Documents/ESP/zigbee_router_c6/build/bootloader-prefix/src/bootloader-stamp"
)
set(configSubDirs )
foreach(subDir IN LISTS configSubDirs)
file(MAKE_DIRECTORY "/media/sam/8294CD2994CD2111/Users/Dell/Documents/ESP/zigbee_router_c6/build/bootloader-prefix/src/bootloader-stamp/${subDir}")
endforeach()
if(cfgdir)
file(MAKE_DIRECTORY "/media/sam/8294CD2994CD2111/Users/Dell/Documents/ESP/zigbee_router_c6/build/bootloader-prefix/src/bootloader-stamp${cfgdir}") # cfgdir has leading slash
endif()