This commit is contained in:
2024-03-22 23:46:09 -05:00
commit 49a8c0243b
1317 changed files with 146476 additions and 0 deletions
@@ -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=/home/mitchell/esp/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=
@@ -0,0 +1 @@
cmd='/usr/bin/cmake;-DSDKCONFIG=/home/mitchell/cpp/music_player/sdkconfig;-DIDF_PATH=/home/mitchell/esp/esp-idf;-DIDF_TARGET=esp32s3;-DPYTHON_DEPS_CHECKED=1;-DPYTHON=/home/mitchell/.espressif/python_env/idf5.1_py3.11_env/bin/python;-DEXTRA_COMPONENT_DIRS=/home/mitchell/esp/esp-idf/components/bootloader;-DPROJECT_SOURCE_DIR=/home/mitchell/cpp/music_player;-GNinja;-S;<SOURCE_DIR><SOURCE_SUBDIR>;-B;<BINARY_DIR>'
@@ -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/mitchell/esp/esp-idf/components/bootloader/subproject"
"/home/mitchell/cpp/music_player/build/bootloader"
"/home/mitchell/cpp/music_player/build/bootloader-prefix"
"/home/mitchell/cpp/music_player/build/bootloader-prefix/tmp"
"/home/mitchell/cpp/music_player/build/bootloader-prefix/src/bootloader-stamp"
"/home/mitchell/cpp/music_player/build/bootloader-prefix/src"
"/home/mitchell/cpp/music_player/build/bootloader-prefix/src/bootloader-stamp"
)
set(configSubDirs )
foreach(subDir IN LISTS configSubDirs)
file(MAKE_DIRECTORY "/home/mitchell/cpp/music_player/build/bootloader-prefix/src/bootloader-stamp/${subDir}")
endforeach()
if(cfgdir)
file(MAKE_DIRECTORY "/home/mitchell/cpp/music_player/build/bootloader-prefix/src/bootloader-stamp${cfgdir}") # cfgdir has leading slash
endif()