fn check app version

This commit is contained in:
2021-01-01 01:25:40 +01:00
parent f00495a322
commit 47f9d72aea
1783 changed files with 350444 additions and 99 deletions

View File

@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.19
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/hendrik/esp/esp-idf")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/hendrik/git/ESP32-Mesh-OTA/build")
# Force unix paths in dependencies.
set(CMAKE_FORCE_UNIX_PATHS 1)
# The C and CXX include file regular expressions for this directory.
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})

View File

@ -0,0 +1,11 @@
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
)
# The set of files for implicit dependencies of each language:
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")

View File

@ -0,0 +1,97 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.19
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/hendrik/git/ESP32-Mesh-OTA
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/hendrik/git/ESP32-Mesh-OTA/build
# Utility rule file for encrypted-partition_table-flash.
# Include the progress variables for this target.
include esp-idf/partition_table/CMakeFiles/encrypted-partition_table-flash.dir/progress.make
esp-idf/partition_table/CMakeFiles/encrypted-partition_table-flash:
cd /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table && /usr/bin/cmake -E echo "Error: The target encrypted-partition_table-flash requires"
cd /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table && /usr/bin/cmake -E echo "CONFIG_SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT to be enabled."
cd /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table && /usr/bin/cmake -E env "FAIL_MESSAGE=Failed executing target (see errors on lines above)" /usr/bin/cmake -P /home/hendrik/esp/esp-idf/tools/cmake/scripts/fail.cmake
encrypted-partition_table-flash: esp-idf/partition_table/CMakeFiles/encrypted-partition_table-flash
encrypted-partition_table-flash: esp-idf/partition_table/CMakeFiles/encrypted-partition_table-flash.dir/build.make
.PHONY : encrypted-partition_table-flash
# Rule to build all files generated by this target.
esp-idf/partition_table/CMakeFiles/encrypted-partition_table-flash.dir/build: encrypted-partition_table-flash
.PHONY : esp-idf/partition_table/CMakeFiles/encrypted-partition_table-flash.dir/build
esp-idf/partition_table/CMakeFiles/encrypted-partition_table-flash.dir/clean:
cd /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table && $(CMAKE_COMMAND) -P CMakeFiles/encrypted-partition_table-flash.dir/cmake_clean.cmake
.PHONY : esp-idf/partition_table/CMakeFiles/encrypted-partition_table-flash.dir/clean
esp-idf/partition_table/CMakeFiles/encrypted-partition_table-flash.dir/depend:
cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hendrik/git/ESP32-Mesh-OTA /home/hendrik/esp/esp-idf/components/partition_table /home/hendrik/git/ESP32-Mesh-OTA/build /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table/CMakeFiles/encrypted-partition_table-flash.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : esp-idf/partition_table/CMakeFiles/encrypted-partition_table-flash.dir/depend

View File

@ -0,0 +1,8 @@
file(REMOVE_RECURSE
"CMakeFiles/encrypted-partition_table-flash"
)
# Per-language clean rules from dependency scanning.
foreach(lang )
include(CMakeFiles/encrypted-partition_table-flash.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View File

@ -0,0 +1,11 @@
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
)
# The set of files for implicit dependencies of each language:
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")

View File

@ -0,0 +1,105 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.19
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/hendrik/git/ESP32-Mesh-OTA
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/hendrik/git/ESP32-Mesh-OTA/build
# Utility rule file for gen_unsigned_partition_bin.
# Include the progress variables for this target.
include esp-idf/partition_table/CMakeFiles/gen_unsigned_partition_bin.dir/progress.make
esp-idf/partition_table/CMakeFiles/gen_unsigned_partition_bin: partition_table/partition-table-unsigned.bin
partition_table/partition-table-unsigned.bin: /home/hendrik/git/ESP32-Mesh-OTA/partitions.csv
partition_table/partition-table-unsigned.bin: /home/hendrik/esp/esp-idf/components/partition_table/gen_esp32part.py
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/hendrik/git/ESP32-Mesh-OTA/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating ../../partition_table/partition-table-unsigned.bin"
cd /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table && /home/hendrik/.espressif/python_env/idf4.3_py3.8_env/bin/python /home/hendrik/esp/esp-idf/components/partition_table/gen_esp32part.py -q --offset 0x8000 --flash-size 4MB /home/hendrik/git/ESP32-Mesh-OTA/partitions.csv /home/hendrik/git/ESP32-Mesh-OTA/build/partition_table/partition-table-unsigned.bin
cd /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table && /usr/bin/cmake -E echo "Partition table binary generated. Contents:"
cd /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table && /usr/bin/cmake -E echo "*******************************************************************************"
cd /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table && /home/hendrik/.espressif/python_env/idf4.3_py3.8_env/bin/python /home/hendrik/esp/esp-idf/components/partition_table/gen_esp32part.py -q --offset 0x8000 --flash-size 4MB /home/hendrik/git/ESP32-Mesh-OTA/build/partition_table/partition-table-unsigned.bin
cd /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table && /usr/bin/cmake -E echo "*******************************************************************************"
gen_unsigned_partition_bin: esp-idf/partition_table/CMakeFiles/gen_unsigned_partition_bin
gen_unsigned_partition_bin: partition_table/partition-table-unsigned.bin
gen_unsigned_partition_bin: esp-idf/partition_table/CMakeFiles/gen_unsigned_partition_bin.dir/build.make
.PHONY : gen_unsigned_partition_bin
# Rule to build all files generated by this target.
esp-idf/partition_table/CMakeFiles/gen_unsigned_partition_bin.dir/build: gen_unsigned_partition_bin
.PHONY : esp-idf/partition_table/CMakeFiles/gen_unsigned_partition_bin.dir/build
esp-idf/partition_table/CMakeFiles/gen_unsigned_partition_bin.dir/clean:
cd /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table && $(CMAKE_COMMAND) -P CMakeFiles/gen_unsigned_partition_bin.dir/cmake_clean.cmake
.PHONY : esp-idf/partition_table/CMakeFiles/gen_unsigned_partition_bin.dir/clean
esp-idf/partition_table/CMakeFiles/gen_unsigned_partition_bin.dir/depend:
cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hendrik/git/ESP32-Mesh-OTA /home/hendrik/esp/esp-idf/components/partition_table /home/hendrik/git/ESP32-Mesh-OTA/build /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table/CMakeFiles/gen_unsigned_partition_bin.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : esp-idf/partition_table/CMakeFiles/gen_unsigned_partition_bin.dir/depend

View File

@ -0,0 +1,9 @@
file(REMOVE_RECURSE
"../../partition_table/partition-table-unsigned.bin"
"CMakeFiles/gen_unsigned_partition_bin"
)
# Per-language clean rules from dependency scanning.
foreach(lang )
include(CMakeFiles/gen_unsigned_partition_bin.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View File

@ -0,0 +1,3 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.19

View File

@ -0,0 +1,3 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.19

View File

@ -0,0 +1,2 @@
CMAKE_PROGRESS_1 =

View File

@ -0,0 +1,11 @@
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
)
# The set of files for implicit dependencies of each language:
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")

View File

@ -0,0 +1,95 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.19
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/hendrik/git/ESP32-Mesh-OTA
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/hendrik/git/ESP32-Mesh-OTA/build
# Utility rule file for partition_table-flash.
# Include the progress variables for this target.
include esp-idf/partition_table/CMakeFiles/partition_table-flash.dir/progress.make
esp-idf/partition_table/CMakeFiles/partition_table-flash:
cd /home/hendrik/esp/esp-idf/components/partition_table && /usr/bin/cmake -D IDF_PATH="/home/hendrik/esp/esp-idf" -D ESPTOOLPY="/home/hendrik/.espressif/python_env/idf4.3_py3.8_env/bin/python /home/hendrik/esp/esp-idf/components/esptool_py/esptool/esptool.py --chip esp32" -D ESPTOOL_ARGS="--before=default_reset --after=hard_reset write_flash @partition_table-flash_args" -D WORKING_DIRECTORY="/home/hendrik/git/ESP32-Mesh-OTA/build" -P /home/hendrik/esp/esp-idf/components/esptool_py/run_esptool.cmake
partition_table-flash: esp-idf/partition_table/CMakeFiles/partition_table-flash
partition_table-flash: esp-idf/partition_table/CMakeFiles/partition_table-flash.dir/build.make
.PHONY : partition_table-flash
# Rule to build all files generated by this target.
esp-idf/partition_table/CMakeFiles/partition_table-flash.dir/build: partition_table-flash
.PHONY : esp-idf/partition_table/CMakeFiles/partition_table-flash.dir/build
esp-idf/partition_table/CMakeFiles/partition_table-flash.dir/clean:
cd /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table && $(CMAKE_COMMAND) -P CMakeFiles/partition_table-flash.dir/cmake_clean.cmake
.PHONY : esp-idf/partition_table/CMakeFiles/partition_table-flash.dir/clean
esp-idf/partition_table/CMakeFiles/partition_table-flash.dir/depend:
cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hendrik/git/ESP32-Mesh-OTA /home/hendrik/esp/esp-idf/components/partition_table /home/hendrik/git/ESP32-Mesh-OTA/build /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table/CMakeFiles/partition_table-flash.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : esp-idf/partition_table/CMakeFiles/partition_table-flash.dir/depend

View File

@ -0,0 +1,8 @@
file(REMOVE_RECURSE
"CMakeFiles/partition_table-flash"
)
# Per-language clean rules from dependency scanning.
foreach(lang )
include(CMakeFiles/partition_table-flash.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View File

@ -0,0 +1,11 @@
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
)
# The set of files for implicit dependencies of each language:
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")

View File

@ -0,0 +1,98 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.19
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/hendrik/git/ESP32-Mesh-OTA
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/hendrik/git/ESP32-Mesh-OTA/build
# Utility rule file for partition_table.
# Include the progress variables for this target.
include esp-idf/partition_table/CMakeFiles/partition_table.dir/progress.make
esp-idf/partition_table/CMakeFiles/partition_table:
cd /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table && /usr/bin/cmake -E echo "Partition table binary generated. Contents:"
cd /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table && /usr/bin/cmake -E echo "*******************************************************************************"
cd /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table && /home/hendrik/.espressif/python_env/idf4.3_py3.8_env/bin/python /home/hendrik/esp/esp-idf/components/partition_table/gen_esp32part.py -q --offset 0x8000 --flash-size 4MB /home/hendrik/git/ESP32-Mesh-OTA/build/partition_table/partition-table-unsigned.bin
cd /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table && /usr/bin/cmake -E echo "*******************************************************************************"
partition_table: esp-idf/partition_table/CMakeFiles/partition_table
partition_table: esp-idf/partition_table/CMakeFiles/partition_table.dir/build.make
.PHONY : partition_table
# Rule to build all files generated by this target.
esp-idf/partition_table/CMakeFiles/partition_table.dir/build: partition_table
.PHONY : esp-idf/partition_table/CMakeFiles/partition_table.dir/build
esp-idf/partition_table/CMakeFiles/partition_table.dir/clean:
cd /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table && $(CMAKE_COMMAND) -P CMakeFiles/partition_table.dir/cmake_clean.cmake
.PHONY : esp-idf/partition_table/CMakeFiles/partition_table.dir/clean
esp-idf/partition_table/CMakeFiles/partition_table.dir/depend:
cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hendrik/git/ESP32-Mesh-OTA /home/hendrik/esp/esp-idf/components/partition_table /home/hendrik/git/ESP32-Mesh-OTA/build /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table/CMakeFiles/partition_table.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : esp-idf/partition_table/CMakeFiles/partition_table.dir/depend

View File

@ -0,0 +1,8 @@
file(REMOVE_RECURSE
"CMakeFiles/partition_table"
)
# Per-language clean rules from dependency scanning.
foreach(lang )
include(CMakeFiles/partition_table.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View File

@ -0,0 +1,11 @@
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
)
# The set of files for implicit dependencies of each language:
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")

View File

@ -0,0 +1,111 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.19
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/hendrik/git/ESP32-Mesh-OTA
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/hendrik/git/ESP32-Mesh-OTA/build
# Utility rule file for partition_table_bin.
# Include the progress variables for this target.
include esp-idf/partition_table/CMakeFiles/partition_table_bin.dir/progress.make
esp-idf/partition_table/CMakeFiles/partition_table_bin: partition_table/partition-table-unsigned.bin
esp-idf/partition_table/CMakeFiles/partition_table_bin: partition_table/partition-table.bin
partition_table/partition-table-unsigned.bin: /home/hendrik/git/ESP32-Mesh-OTA/partitions.csv
partition_table/partition-table-unsigned.bin: /home/hendrik/esp/esp-idf/components/partition_table/gen_esp32part.py
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/hendrik/git/ESP32-Mesh-OTA/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating ../../partition_table/partition-table-unsigned.bin"
cd /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table && /home/hendrik/.espressif/python_env/idf4.3_py3.8_env/bin/python /home/hendrik/esp/esp-idf/components/partition_table/gen_esp32part.py -q --offset 0x8000 --flash-size 4MB /home/hendrik/git/ESP32-Mesh-OTA/partitions.csv /home/hendrik/git/ESP32-Mesh-OTA/build/partition_table/partition-table-unsigned.bin
cd /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table && /usr/bin/cmake -E echo "Partition table binary generated. Contents:"
cd /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table && /usr/bin/cmake -E echo "*******************************************************************************"
cd /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table && /home/hendrik/.espressif/python_env/idf4.3_py3.8_env/bin/python /home/hendrik/esp/esp-idf/components/partition_table/gen_esp32part.py -q --offset 0x8000 --flash-size 4MB /home/hendrik/git/ESP32-Mesh-OTA/build/partition_table/partition-table-unsigned.bin
cd /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table && /usr/bin/cmake -E echo "*******************************************************************************"
partition_table/partition-table.bin: partition_table/partition-table-unsigned.bin
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/hendrik/git/ESP32-Mesh-OTA/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Generating ../../partition_table/partition-table.bin"
cd /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table && /home/hendrik/.espressif/python_env/idf4.3_py3.8_env/bin/python /home/hendrik/esp/esp-idf/components/esptool_py/esptool/espsecure.py sign_data --version 1 --keyfile /home/hendrik/git/ESP32-Mesh-OTA/secure_boot_signing_key.pem -o /home/hendrik/git/ESP32-Mesh-OTA/build/partition_table/partition-table.bin /home/hendrik/git/ESP32-Mesh-OTA/build/partition_table/partition-table-unsigned.bin
partition_table_bin: esp-idf/partition_table/CMakeFiles/partition_table_bin
partition_table_bin: partition_table/partition-table-unsigned.bin
partition_table_bin: partition_table/partition-table.bin
partition_table_bin: esp-idf/partition_table/CMakeFiles/partition_table_bin.dir/build.make
.PHONY : partition_table_bin
# Rule to build all files generated by this target.
esp-idf/partition_table/CMakeFiles/partition_table_bin.dir/build: partition_table_bin
.PHONY : esp-idf/partition_table/CMakeFiles/partition_table_bin.dir/build
esp-idf/partition_table/CMakeFiles/partition_table_bin.dir/clean:
cd /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table && $(CMAKE_COMMAND) -P CMakeFiles/partition_table_bin.dir/cmake_clean.cmake
.PHONY : esp-idf/partition_table/CMakeFiles/partition_table_bin.dir/clean
esp-idf/partition_table/CMakeFiles/partition_table_bin.dir/depend:
cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hendrik/git/ESP32-Mesh-OTA /home/hendrik/esp/esp-idf/components/partition_table /home/hendrik/git/ESP32-Mesh-OTA/build /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table/CMakeFiles/partition_table_bin.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : esp-idf/partition_table/CMakeFiles/partition_table_bin.dir/depend

View File

@ -0,0 +1,10 @@
file(REMOVE_RECURSE
"../../partition_table/partition-table-unsigned.bin"
"../../partition_table/partition-table.bin"
"CMakeFiles/partition_table_bin"
)
# Per-language clean rules from dependency scanning.
foreach(lang )
include(CMakeFiles/partition_table_bin.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View File

@ -0,0 +1,3 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.19

View File

@ -0,0 +1,3 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.19

View File

@ -0,0 +1,3 @@
CMAKE_PROGRESS_1 =
CMAKE_PROGRESS_2 = 100

View File

@ -0,0 +1 @@
0

View File

@ -0,0 +1,283 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.19
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/hendrik/git/ESP32-Mesh-OTA
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/hendrik/git/ESP32-Mesh-OTA/build
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target install/local
install/local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local
# Special rule for the target install/local
install/local/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install
# Special rule for the target install
install/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast
# Special rule for the target list_install_components
list_install_components:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
.PHONY : list_install_components
# Special rule for the target list_install_components
list_install_components/fast: list_install_components
.PHONY : list_install_components/fast
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
/usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# Special rule for the target install/strip
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip
# Special rule for the target install/strip
install/strip/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast
# The main all target
all: cmake_check_build_system
cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/hendrik/git/ESP32-Mesh-OTA/build/CMakeFiles /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table//CMakeFiles/progress.marks
cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 esp-idf/partition_table/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/hendrik/git/ESP32-Mesh-OTA/build/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 esp-idf/partition_table/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 esp-idf/partition_table/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 esp-idf/partition_table/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Convenience name for target.
esp-idf/partition_table/CMakeFiles/encrypted-partition_table-flash.dir/rule:
cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 esp-idf/partition_table/CMakeFiles/encrypted-partition_table-flash.dir/rule
.PHONY : esp-idf/partition_table/CMakeFiles/encrypted-partition_table-flash.dir/rule
# Convenience name for target.
encrypted-partition_table-flash: esp-idf/partition_table/CMakeFiles/encrypted-partition_table-flash.dir/rule
.PHONY : encrypted-partition_table-flash
# fast build rule for target.
encrypted-partition_table-flash/fast:
cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/partition_table/CMakeFiles/encrypted-partition_table-flash.dir/build.make esp-idf/partition_table/CMakeFiles/encrypted-partition_table-flash.dir/build
.PHONY : encrypted-partition_table-flash/fast
# Convenience name for target.
esp-idf/partition_table/CMakeFiles/partition_table-flash.dir/rule:
cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 esp-idf/partition_table/CMakeFiles/partition_table-flash.dir/rule
.PHONY : esp-idf/partition_table/CMakeFiles/partition_table-flash.dir/rule
# Convenience name for target.
partition_table-flash: esp-idf/partition_table/CMakeFiles/partition_table-flash.dir/rule
.PHONY : partition_table-flash
# fast build rule for target.
partition_table-flash/fast:
cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/partition_table/CMakeFiles/partition_table-flash.dir/build.make esp-idf/partition_table/CMakeFiles/partition_table-flash.dir/build
.PHONY : partition_table-flash/fast
# Convenience name for target.
esp-idf/partition_table/CMakeFiles/gen_unsigned_partition_bin.dir/rule:
cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 esp-idf/partition_table/CMakeFiles/gen_unsigned_partition_bin.dir/rule
.PHONY : esp-idf/partition_table/CMakeFiles/gen_unsigned_partition_bin.dir/rule
# Convenience name for target.
gen_unsigned_partition_bin: esp-idf/partition_table/CMakeFiles/gen_unsigned_partition_bin.dir/rule
.PHONY : gen_unsigned_partition_bin
# fast build rule for target.
gen_unsigned_partition_bin/fast:
cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/partition_table/CMakeFiles/gen_unsigned_partition_bin.dir/build.make esp-idf/partition_table/CMakeFiles/gen_unsigned_partition_bin.dir/build
.PHONY : gen_unsigned_partition_bin/fast
# Convenience name for target.
esp-idf/partition_table/CMakeFiles/partition_table_bin.dir/rule:
cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 esp-idf/partition_table/CMakeFiles/partition_table_bin.dir/rule
.PHONY : esp-idf/partition_table/CMakeFiles/partition_table_bin.dir/rule
# Convenience name for target.
partition_table_bin: esp-idf/partition_table/CMakeFiles/partition_table_bin.dir/rule
.PHONY : partition_table_bin
# fast build rule for target.
partition_table_bin/fast:
cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/partition_table/CMakeFiles/partition_table_bin.dir/build.make esp-idf/partition_table/CMakeFiles/partition_table_bin.dir/build
.PHONY : partition_table_bin/fast
# Convenience name for target.
esp-idf/partition_table/CMakeFiles/partition_table.dir/rule:
cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 esp-idf/partition_table/CMakeFiles/partition_table.dir/rule
.PHONY : esp-idf/partition_table/CMakeFiles/partition_table.dir/rule
# Convenience name for target.
partition_table: esp-idf/partition_table/CMakeFiles/partition_table.dir/rule
.PHONY : partition_table
# fast build rule for target.
partition_table/fast:
cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/partition_table/CMakeFiles/partition_table.dir/build.make esp-idf/partition_table/CMakeFiles/partition_table.dir/build
.PHONY : partition_table/fast
# Help Target
help:
@echo "The following are some of the valid targets for this Makefile:"
@echo "... all (the default if no target is provided)"
@echo "... clean"
@echo "... depend"
@echo "... edit_cache"
@echo "... install"
@echo "... install/local"
@echo "... install/strip"
@echo "... list_install_components"
@echo "... rebuild_cache"
@echo "... encrypted-partition_table-flash"
@echo "... gen_unsigned_partition_bin"
@echo "... partition_table"
@echo "... partition_table-flash"
@echo "... partition_table_bin"
.PHONY : help
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

View File

@ -0,0 +1,39 @@
# Install script for directory: /home/hendrik/esp/esp-idf/components/partition_table
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/usr/local")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
if(COMPONENT)
message(STATUS "Install component: \"${COMPONENT}\"")
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
else()
set(CMAKE_INSTALL_COMPONENT)
endif()
endif()
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "TRUE")
endif()
# Set default install directory permissions.
if(NOT DEFINED CMAKE_OBJDUMP)
set(CMAKE_OBJDUMP "/home/hendrik/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump")
endif()

View File

@ -0,0 +1,2 @@
--flash_mode dio --flash_freq 40m --flash_size 4MB
0x8000 partition_table/partition-table.bin