Initial commit: ESP32-C6 Zigbee Router project
This commit is contained in:
1
build/bootloader-prefix/tmp/bootloader-cfgcmd.txt
Normal file
1
build/bootloader-prefix/tmp/bootloader-cfgcmd.txt
Normal 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>'
|
||||
22
build/bootloader-prefix/tmp/bootloader-mkdirs.cmake
Normal file
22
build/bootloader-prefix/tmp/bootloader-mkdirs.cmake
Normal 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()
|
||||
Reference in New Issue
Block a user