diff options
Diffstat (limited to 'esp32/build/bootloader-prefix')
11 files changed, 45 insertions, 0 deletions
diff --git a/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-configure b/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-configure new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-configure diff --git a/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-done b/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-done new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-done diff --git a/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-download b/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-download new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-download diff --git a/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-mkdir b/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-mkdir new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-mkdir diff --git a/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch b/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch diff --git a/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch-info.txt b/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch-info.txt new file mode 100644 index 0000000..53e1e1e --- /dev/null +++ b/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch-info.txt @@ -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= diff --git a/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-source_dirinfo.txt b/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-source_dirinfo.txt new file mode 100644 index 0000000..af89a04 --- /dev/null +++ b/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-source_dirinfo.txt @@ -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=/opt/esp-idf/components/bootloader/subproject +work_dir= + diff --git a/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-update b/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-update new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-update diff --git a/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-update-info.txt b/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-update-info.txt new file mode 100644 index 0000000..31617d1 --- /dev/null +++ b/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-update-info.txt @@ -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= diff --git a/esp32/build/bootloader-prefix/tmp/bootloader-cfgcmd.txt b/esp32/build/bootloader-prefix/tmp/bootloader-cfgcmd.txt new file mode 100644 index 0000000..2de9c55 --- /dev/null +++ b/esp32/build/bootloader-prefix/tmp/bootloader-cfgcmd.txt @@ -0,0 +1 @@ +cmd='/usr/bin/cmake;-DSDKCONFIG=/home/sadeep/repos/atlas/sdkconfig;-DIDF_PATH=/opt/esp-idf;-DIDF_TARGET=esp32;-DPYTHON_DEPS_CHECKED=1;-DPYTHON=/home/sadeep/.espressif/python_env/idf5.2_py3.12_env/bin/python;-DEXTRA_COMPONENT_DIRS=/opt/esp-idf/components/bootloader;-DPROJECT_SOURCE_DIR=/home/sadeep/repos/atlas;-DIGNORE_EXTRA_COMPONENT=;-GNinja;-S;<SOURCE_DIR><SOURCE_SUBDIR>;-B;<BINARY_DIR>' diff --git a/esp32/build/bootloader-prefix/tmp/bootloader-mkdirs.cmake b/esp32/build/bootloader-prefix/tmp/bootloader-mkdirs.cmake new file mode 100644 index 0000000..4da48fb --- /dev/null +++ b/esp32/build/bootloader-prefix/tmp/bootloader-mkdirs.cmake @@ -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 + "/opt/esp-idf/components/bootloader/subproject" + "/home/sadeep/repos/atlas/build/bootloader" + "/home/sadeep/repos/atlas/build/bootloader-prefix" + "/home/sadeep/repos/atlas/build/bootloader-prefix/tmp" + "/home/sadeep/repos/atlas/build/bootloader-prefix/src/bootloader-stamp" + "/home/sadeep/repos/atlas/build/bootloader-prefix/src" + "/home/sadeep/repos/atlas/build/bootloader-prefix/src/bootloader-stamp" +) + +set(configSubDirs ) +foreach(subDir IN LISTS configSubDirs) + file(MAKE_DIRECTORY "/home/sadeep/repos/atlas/build/bootloader-prefix/src/bootloader-stamp/${subDir}") +endforeach() +if(cfgdir) + file(MAKE_DIRECTORY "/home/sadeep/repos/atlas/build/bootloader-prefix/src/bootloader-stamp${cfgdir}") # cfgdir has leading slash +endif() |
