initial commmit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# This is a generated file and its contents are an internal implementation detail.
|
||||
# The update step will be re-executed if anything in this file changes.
|
||||
# No other meaning or use of this file is supported.
|
||||
|
||||
command=
|
||||
work_dir=
|
||||
@@ -0,0 +1,9 @@
|
||||
# This is a generated file and its contents are an internal implementation detail.
|
||||
# The download step will be re-executed if anything in this file changes.
|
||||
# No other meaning or use of this file is supported.
|
||||
|
||||
method=source_dir
|
||||
command=
|
||||
source_dir=C:/Espressif/frameworks/v5.4.1/esp-idf/components/bootloader/subproject
|
||||
work_dir=
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
# This is a generated file and its contents are an internal implementation detail.
|
||||
# The patch step will be re-executed if anything in this file changes.
|
||||
# No other meaning or use of this file is supported.
|
||||
|
||||
command (connected)=
|
||||
command (disconnected)=
|
||||
work_dir=
|
||||
1
build/bootloader-prefix/tmp/bootloader-cfgcmd.txt
Normal file
1
build/bootloader-prefix/tmp/bootloader-cfgcmd.txt
Normal file
@@ -0,0 +1 @@
|
||||
cmd='C:/Espressif/tools/tools/cmake/3.30.2/bin/cmake.exe;-DSDKCONFIG=C:/Users/Dell/Documents/ESP/Keyboard_lights_2/sdkconfig;-DIDF_PATH=C:/Espressif/frameworks/v5.4.1/esp-idf;-DIDF_TARGET=esp32s3;-DPYTHON_DEPS_CHECKED=1;-DPYTHON=C:/Espressif/tools/python_env/idf5.4_py3.11_env/Scripts/python.exe;-DEXTRA_COMPONENT_DIRS=C:/Espressif/frameworks/v5.4.1/esp-idf/components/bootloader;-DPROJECT_SOURCE_DIR=C:/Users/Dell/Documents/ESP/Keyboard_lights_2;-DIGNORE_EXTRA_COMPONENT=;-GNinja;-S;<SOURCE_DIR><SOURCE_SUBDIR>;-B;<BINARY_DIR>'
|
||||
27
build/bootloader-prefix/tmp/bootloader-mkdirs.cmake
Normal file
27
build/bootloader-prefix/tmp/bootloader-mkdirs.cmake
Normal file
@@ -0,0 +1,27 @@
|
||||
# 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)
|
||||
|
||||
# If CMAKE_DISABLE_SOURCE_CHANGES is set to true and the source directory is an
|
||||
# existing directory in our source tree, calling file(MAKE_DIRECTORY) on it
|
||||
# would cause a fatal error, even though it would be a no-op.
|
||||
if(NOT EXISTS "C:/Espressif/frameworks/v5.4.1/esp-idf/components/bootloader/subproject")
|
||||
file(MAKE_DIRECTORY "C:/Espressif/frameworks/v5.4.1/esp-idf/components/bootloader/subproject")
|
||||
endif()
|
||||
file(MAKE_DIRECTORY
|
||||
"C:/Users/Dell/Documents/ESP/Keyboard_lights_2/build/bootloader"
|
||||
"C:/Users/Dell/Documents/ESP/Keyboard_lights_2/build/bootloader-prefix"
|
||||
"C:/Users/Dell/Documents/ESP/Keyboard_lights_2/build/bootloader-prefix/tmp"
|
||||
"C:/Users/Dell/Documents/ESP/Keyboard_lights_2/build/bootloader-prefix/src/bootloader-stamp"
|
||||
"C:/Users/Dell/Documents/ESP/Keyboard_lights_2/build/bootloader-prefix/src"
|
||||
"C:/Users/Dell/Documents/ESP/Keyboard_lights_2/build/bootloader-prefix/src/bootloader-stamp"
|
||||
)
|
||||
|
||||
set(configSubDirs )
|
||||
foreach(subDir IN LISTS configSubDirs)
|
||||
file(MAKE_DIRECTORY "C:/Users/Dell/Documents/ESP/Keyboard_lights_2/build/bootloader-prefix/src/bootloader-stamp/${subDir}")
|
||||
endforeach()
|
||||
if(cfgdir)
|
||||
file(MAKE_DIRECTORY "C:/Users/Dell/Documents/ESP/Keyboard_lights_2/build/bootloader-prefix/src/bootloader-stamp${cfgdir}") # cfgdir has leading slash
|
||||
endif()
|
||||
Reference in New Issue
Block a user