First upload to repository

This commit is contained in:
2024-11-15 22:29:50 +01:00
parent 9252f8896b
commit 9bb6b8c99a
2620 changed files with 306264 additions and 0 deletions

View File

@@ -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/zaske/esp/esp-idf/components/bootloader/subproject
work_dir=

View File

@@ -0,0 +1 @@
cmd='/usr/local/clion-2023.2.2/bin/cmake/linux/x64/bin/cmake;-DSDKCONFIG=/home/zaske/esp/esp-idf/examples/get-started/blink/sdkconfig;-DIDF_PATH=/home/zaske/esp/esp-idf;-DIDF_TARGET=esp32;-DPYTHON_DEPS_CHECKED=1;-DPYTHON=python;-DEXTRA_COMPONENT_DIRS=/home/zaske/esp/esp-idf/components/bootloader;-DPROJECT_SOURCE_DIR=/home/zaske/esp/esp-idf/examples/get-started/blink;-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/zaske/esp/esp-idf/components/bootloader/subproject"
"/home/zaske/esp/esp-idf/examples/get-started/blink/cmake-build-debug/bootloader"
"/home/zaske/esp/esp-idf/examples/get-started/blink/cmake-build-debug/bootloader-prefix"
"/home/zaske/esp/esp-idf/examples/get-started/blink/cmake-build-debug/bootloader-prefix/tmp"
"/home/zaske/esp/esp-idf/examples/get-started/blink/cmake-build-debug/bootloader-prefix/src/bootloader-stamp"
"/home/zaske/esp/esp-idf/examples/get-started/blink/cmake-build-debug/bootloader-prefix/src"
"/home/zaske/esp/esp-idf/examples/get-started/blink/cmake-build-debug/bootloader-prefix/src/bootloader-stamp"
)
set(configSubDirs )
foreach(subDir IN LISTS configSubDirs)
file(MAKE_DIRECTORY "/home/zaske/esp/esp-idf/examples/get-started/blink/cmake-build-debug/bootloader-prefix/src/bootloader-stamp/${subDir}")
endforeach()
if(cfgdir)
file(MAKE_DIRECTORY "/home/zaske/esp/esp-idf/examples/get-started/blink/cmake-build-debug/bootloader-prefix/src/bootloader-stamp${cfgdir}") # cfgdir has leading slash
endif()