This commit is contained in:
2024-06-19 02:04:38 -04:00
parent 6cde38a1c8
commit f53a1fd4a8
10 changed files with 10292 additions and 6154 deletions

View File

@@ -1 +1 @@
48fdcf34d073f7d17317c1a42a286d29 C:/Users/alex/github/ESP-Nodes/ESP32-IDF_Blink/build/ESP32-IDF_Blink.bin
0631c5d639a14b4ca185ce72d385c88c C:/Users/alex/github/ESP-Nodes/ESP32-IDF_Blink/build/ESP32-IDF_Blink.bin

Binary file not shown.

View File

@@ -985,3 +985,11 @@
150 488 7404744385161967 C:/Users/alex/github/ESP-Nodes/ESP32-IDF_Blink/build/bootloader/bootloader.map 1003d7243fd87712
159 1609 7404802209199140 esp-idf/main/CMakeFiles/__idf_main.dir/blink_example_main.c.obj 10df78b59d3aee42
1619 3654 7404802230192271 esp-idf/main/libmain.a a85fd21abf5cb66e
3655 18330 7404802376674681 esp-idf/esp_system/ld/sections.ld b5cfb1fdca4db92
3655 18330 7404802376674681 C:/Users/alex/github/ESP-Nodes/ESP32-IDF_Blink/build/esp-idf/esp_system/ld/sections.ld b5cfb1fdca4db92
18330 18557 7404802379043397 CMakeFiles/ESP32-IDF_Blink.elf.dir/project_elf_src_esp32.c.obj 568e080c6f3ba2cf
18558 20393 7404802397342381 ESP32-IDF_Blink.elf 94241d6b9ab15b5b
20394 20902 7404802402676719 .bin_timestamp 2ed661f3ceee8658
20394 20902 7404802402676719 C:/Users/alex/github/ESP-Nodes/ESP32-IDF_Blink/build/.bin_timestamp 2ed661f3ceee8658
20902 21050 0 esp-idf/esptool_py/CMakeFiles/app_check_size 183614de47d6514f
20902 21050 0 C:/Users/alex/github/ESP-Nodes/ESP32-IDF_Blink/build/esp-idf/esptool_py/CMakeFiles/app_check_size 183614de47d6514f

View File

@@ -1 +1 @@
4bd9d00e9244e631a303579e524f91460509619b
6cde38a1c89f47230a998b740f3031eed6b8f471

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@@ -229,7 +229,7 @@ CONFIG_IDF_TOOLCHAIN="gcc"
CONFIG_IDF_TARGET_ARCH_XTENSA=y
CONFIG_IDF_TARGET_ARCH="xtensa"
CONFIG_IDF_TARGET="esp32"
CONFIG_IDF_INIT_VERSION="5.2.2"
CONFIG_IDF_INIT_VERSION="$IDF_INIT_VERSION"
CONFIG_IDF_TARGET_ESP32=y
CONFIG_IDF_FIRMWARE_CHIP_ID=0x0000
@@ -360,12 +360,12 @@ CONFIG_ESPTOOLPY_MONITOR_BAUD=115200
#
# Partition Table
#
CONFIG_PARTITION_TABLE_SINGLE_APP=y
# CONFIG_PARTITION_TABLE_SINGLE_APP is not set
# CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE is not set
# CONFIG_PARTITION_TABLE_TWO_OTA is not set
CONFIG_PARTITION_TABLE_TWO_OTA=y
# CONFIG_PARTITION_TABLE_CUSTOM is not set
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
CONFIG_PARTITION_TABLE_FILENAME="partitions_singleapp.csv"
CONFIG_PARTITION_TABLE_FILENAME="partitions_two_ota.csv"
CONFIG_PARTITION_TABLE_OFFSET=0x8000
CONFIG_PARTITION_TABLE_MD5=y
# end of Partition Table

View File

@@ -360,12 +360,12 @@ CONFIG_ESPTOOLPY_MONITOR_BAUD=115200
#
# Partition Table
#
# CONFIG_PARTITION_TABLE_SINGLE_APP is not set
CONFIG_PARTITION_TABLE_SINGLE_APP=y
# CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE is not set
CONFIG_PARTITION_TABLE_TWO_OTA=y
# CONFIG_PARTITION_TABLE_TWO_OTA is not set
# CONFIG_PARTITION_TABLE_CUSTOM is not set
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
CONFIG_PARTITION_TABLE_FILENAME="partitions_two_ota.csv"
CONFIG_PARTITION_TABLE_FILENAME="partitions_singleapp.csv"
CONFIG_PARTITION_TABLE_OFFSET=0x8000
CONFIG_PARTITION_TABLE_MD5=y
# end of Partition Table