restructure

This commit is contained in:
2025-11-16 19:26:49 -08:00
parent d54a1ea970
commit bff413adbd
1321 changed files with 10643 additions and 10569 deletions

View File

@ -40,6 +40,6 @@ endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
if(CMAKE_INSTALL_LOCAL_ONLY)
file(WRITE "/home/nik/repos/esp32/build/bootloader/esp-idf/bootloader/install_local_manifest.txt"
file(WRITE "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/bootloader/install_local_manifest.txt"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()

View File

@ -40,6 +40,6 @@ endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
if(CMAKE_INSTALL_LOCAL_ONLY)
file(WRITE "/home/nik/repos/esp32/build/bootloader/esp-idf/bootloader_support/install_local_manifest.txt"
file(WRITE "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/bootloader_support/install_local_manifest.txt"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()

View File

@ -39,112 +39,112 @@ endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for the subdirectory.
include("/home/nik/repos/esp32/build/bootloader/esp-idf/xtensa/cmake_install.cmake")
include("/home/nik/repos/esp32/blink/build/bootloader/esp-idf/xtensa/cmake_install.cmake")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for the subdirectory.
include("/home/nik/repos/esp32/build/bootloader/esp-idf/newlib/cmake_install.cmake")
include("/home/nik/repos/esp32/blink/build/bootloader/esp-idf/newlib/cmake_install.cmake")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for the subdirectory.
include("/home/nik/repos/esp32/build/bootloader/esp-idf/soc/cmake_install.cmake")
include("/home/nik/repos/esp32/blink/build/bootloader/esp-idf/soc/cmake_install.cmake")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for the subdirectory.
include("/home/nik/repos/esp32/build/bootloader/esp-idf/micro-ecc/cmake_install.cmake")
include("/home/nik/repos/esp32/blink/build/bootloader/esp-idf/micro-ecc/cmake_install.cmake")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for the subdirectory.
include("/home/nik/repos/esp32/build/bootloader/esp-idf/hal/cmake_install.cmake")
include("/home/nik/repos/esp32/blink/build/bootloader/esp-idf/hal/cmake_install.cmake")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for the subdirectory.
include("/home/nik/repos/esp32/build/bootloader/esp-idf/spi_flash/cmake_install.cmake")
include("/home/nik/repos/esp32/blink/build/bootloader/esp-idf/spi_flash/cmake_install.cmake")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for the subdirectory.
include("/home/nik/repos/esp32/build/bootloader/esp-idf/esp_bootloader_format/cmake_install.cmake")
include("/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_bootloader_format/cmake_install.cmake")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for the subdirectory.
include("/home/nik/repos/esp32/build/bootloader/esp-idf/esp_app_format/cmake_install.cmake")
include("/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_app_format/cmake_install.cmake")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for the subdirectory.
include("/home/nik/repos/esp32/build/bootloader/esp-idf/bootloader_support/cmake_install.cmake")
include("/home/nik/repos/esp32/blink/build/bootloader/esp-idf/bootloader_support/cmake_install.cmake")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for the subdirectory.
include("/home/nik/repos/esp32/build/bootloader/esp-idf/efuse/cmake_install.cmake")
include("/home/nik/repos/esp32/blink/build/bootloader/esp-idf/efuse/cmake_install.cmake")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for the subdirectory.
include("/home/nik/repos/esp32/build/bootloader/esp-idf/esp_security/cmake_install.cmake")
include("/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_security/cmake_install.cmake")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for the subdirectory.
include("/home/nik/repos/esp32/build/bootloader/esp-idf/esp_system/cmake_install.cmake")
include("/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_system/cmake_install.cmake")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for the subdirectory.
include("/home/nik/repos/esp32/build/bootloader/esp-idf/esp_hw_support/cmake_install.cmake")
include("/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_hw_support/cmake_install.cmake")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for the subdirectory.
include("/home/nik/repos/esp32/build/bootloader/esp-idf/esp_common/cmake_install.cmake")
include("/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_common/cmake_install.cmake")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for the subdirectory.
include("/home/nik/repos/esp32/build/bootloader/esp-idf/esp_rom/cmake_install.cmake")
include("/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_rom/cmake_install.cmake")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for the subdirectory.
include("/home/nik/repos/esp32/build/bootloader/esp-idf/log/cmake_install.cmake")
include("/home/nik/repos/esp32/blink/build/bootloader/esp-idf/log/cmake_install.cmake")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for the subdirectory.
include("/home/nik/repos/esp32/build/bootloader/esp-idf/esptool_py/cmake_install.cmake")
include("/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esptool_py/cmake_install.cmake")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for the subdirectory.
include("/home/nik/repos/esp32/build/bootloader/esp-idf/partition_table/cmake_install.cmake")
include("/home/nik/repos/esp32/blink/build/bootloader/esp-idf/partition_table/cmake_install.cmake")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for the subdirectory.
include("/home/nik/repos/esp32/build/bootloader/esp-idf/bootloader/cmake_install.cmake")
include("/home/nik/repos/esp32/blink/build/bootloader/esp-idf/bootloader/cmake_install.cmake")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for the subdirectory.
include("/home/nik/repos/esp32/build/bootloader/esp-idf/freertos/cmake_install.cmake")
include("/home/nik/repos/esp32/blink/build/bootloader/esp-idf/freertos/cmake_install.cmake")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for the subdirectory.
include("/home/nik/repos/esp32/build/bootloader/esp-idf/main/cmake_install.cmake")
include("/home/nik/repos/esp32/blink/build/bootloader/esp-idf/main/cmake_install.cmake")
endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
if(CMAKE_INSTALL_LOCAL_ONLY)
file(WRITE "/home/nik/repos/esp32/build/bootloader/esp-idf/install_local_manifest.txt"
file(WRITE "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/install_local_manifest.txt"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()

View File

@ -40,6 +40,6 @@ endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
if(CMAKE_INSTALL_LOCAL_ONLY)
file(WRITE "/home/nik/repos/esp32/build/bootloader/esp-idf/efuse/install_local_manifest.txt"
file(WRITE "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/efuse/install_local_manifest.txt"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()

View File

@ -40,6 +40,6 @@ endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
if(CMAKE_INSTALL_LOCAL_ONLY)
file(WRITE "/home/nik/repos/esp32/build/bootloader/esp-idf/esp_app_format/install_local_manifest.txt"
file(WRITE "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_app_format/install_local_manifest.txt"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()

View File

@ -40,6 +40,6 @@ endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
if(CMAKE_INSTALL_LOCAL_ONLY)
file(WRITE "/home/nik/repos/esp32/build/bootloader/esp-idf/esp_bootloader_format/install_local_manifest.txt"
file(WRITE "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_bootloader_format/install_local_manifest.txt"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()

View File

@ -40,6 +40,6 @@ endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
if(CMAKE_INSTALL_LOCAL_ONLY)
file(WRITE "/home/nik/repos/esp32/build/bootloader/esp-idf/esp_common/install_local_manifest.txt"
file(WRITE "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_common/install_local_manifest.txt"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()

View File

@ -39,17 +39,17 @@ endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for the subdirectory.
include("/home/nik/repos/esp32/build/bootloader/esp-idf/esp_hw_support/port/esp32/cmake_install.cmake")
include("/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_hw_support/port/esp32/cmake_install.cmake")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for the subdirectory.
include("/home/nik/repos/esp32/build/bootloader/esp-idf/esp_hw_support/lowpower/cmake_install.cmake")
include("/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_hw_support/lowpower/cmake_install.cmake")
endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
if(CMAKE_INSTALL_LOCAL_ONLY)
file(WRITE "/home/nik/repos/esp32/build/bootloader/esp-idf/esp_hw_support/install_local_manifest.txt"
file(WRITE "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_hw_support/install_local_manifest.txt"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()

View File

@ -40,6 +40,6 @@ endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
if(CMAKE_INSTALL_LOCAL_ONLY)
file(WRITE "/home/nik/repos/esp32/build/bootloader/esp-idf/esp_hw_support/lowpower/install_local_manifest.txt"
file(WRITE "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_hw_support/lowpower/install_local_manifest.txt"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()

View File

@ -40,6 +40,6 @@ endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
if(CMAKE_INSTALL_LOCAL_ONLY)
file(WRITE "/home/nik/repos/esp32/build/bootloader/esp-idf/esp_hw_support/port/esp32/install_local_manifest.txt"
file(WRITE "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_hw_support/port/esp32/install_local_manifest.txt"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()

View File

@ -40,6 +40,6 @@ endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
if(CMAKE_INSTALL_LOCAL_ONLY)
file(WRITE "/home/nik/repos/esp32/build/bootloader/esp-idf/esp_rom/install_local_manifest.txt"
file(WRITE "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_rom/install_local_manifest.txt"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()

View File

@ -40,6 +40,6 @@ endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
if(CMAKE_INSTALL_LOCAL_ONLY)
file(WRITE "/home/nik/repos/esp32/build/bootloader/esp-idf/esp_security/install_local_manifest.txt"
file(WRITE "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_security/install_local_manifest.txt"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()

View File

@ -40,6 +40,6 @@ endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
if(CMAKE_INSTALL_LOCAL_ONLY)
file(WRITE "/home/nik/repos/esp32/build/bootloader/esp-idf/esp_system/install_local_manifest.txt"
file(WRITE "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_system/install_local_manifest.txt"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()

View File

@ -40,6 +40,6 @@ endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
if(CMAKE_INSTALL_LOCAL_ONLY)
file(WRITE "/home/nik/repos/esp32/build/bootloader/esp-idf/esptool_py/install_local_manifest.txt"
file(WRITE "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esptool_py/install_local_manifest.txt"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()

View File

@ -40,6 +40,6 @@ endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
if(CMAKE_INSTALL_LOCAL_ONLY)
file(WRITE "/home/nik/repos/esp32/build/bootloader/esp-idf/freertos/install_local_manifest.txt"
file(WRITE "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/freertos/install_local_manifest.txt"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()

View File

@ -40,6 +40,6 @@ endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
if(CMAKE_INSTALL_LOCAL_ONLY)
file(WRITE "/home/nik/repos/esp32/build/bootloader/esp-idf/hal/install_local_manifest.txt"
file(WRITE "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/hal/install_local_manifest.txt"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()

View File

@ -40,6 +40,6 @@ endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
if(CMAKE_INSTALL_LOCAL_ONLY)
file(WRITE "/home/nik/repos/esp32/build/bootloader/esp-idf/log/install_local_manifest.txt"
file(WRITE "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/log/install_local_manifest.txt"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()

View File

@ -40,6 +40,6 @@ endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
if(CMAKE_INSTALL_LOCAL_ONLY)
file(WRITE "/home/nik/repos/esp32/build/bootloader/esp-idf/main/install_local_manifest.txt"
file(WRITE "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/main/install_local_manifest.txt"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()

View File

@ -40,6 +40,6 @@ endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
if(CMAKE_INSTALL_LOCAL_ONLY)
file(WRITE "/home/nik/repos/esp32/build/bootloader/esp-idf/micro-ecc/install_local_manifest.txt"
file(WRITE "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/micro-ecc/install_local_manifest.txt"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()

View File

@ -40,6 +40,6 @@ endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
if(CMAKE_INSTALL_LOCAL_ONLY)
file(WRITE "/home/nik/repos/esp32/build/bootloader/esp-idf/newlib/install_local_manifest.txt"
file(WRITE "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/newlib/install_local_manifest.txt"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()

Some files were not shown because too many files have changed in this diff Show More