mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 01:12:01 +00:00
.
This commit is contained in:
@@ -1 +1 @@
|
||||
5570e91938d503952d4b705186368472 C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Multidevice/multi_device/build/multi_device.bin
|
||||
30fd7bbb08b41103750d720a23ccc9de C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Multidevice/multi_device/build/multi_device.bin
|
||||
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -15,7 +15,10 @@
|
||||
########################
|
||||
|
||||
//No help, variable specified on the command line.
|
||||
CCACHE_ENABLE:UNINITIALIZED=0
|
||||
CCACHE_ENABLE:UNINITIALIZED=1
|
||||
|
||||
//Path to a program.
|
||||
CCACHE_FOUND:FILEPATH=C:/Users/alex/.espressif/tools/tools/ccache/4.8/ccache-4.8-windows-x86_64/ccache.exe
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_ADDR2LINE:FILEPATH=C:/Users/alex/.espressif/tools/tools/xtensa-esp32s2-elf/esp-12.2.0_20230208/xtensa-esp32s2-elf/bin/xtensa-esp32s2-elf-addr2line.exe
|
||||
|
@@ -11,13 +11,21 @@
|
||||
# =============================================================================
|
||||
# =============================================================================
|
||||
|
||||
#############################################
|
||||
# Rule for running custom commands.
|
||||
|
||||
rule CUSTOM_COMMAND
|
||||
command = $COMMAND
|
||||
description = $DESC
|
||||
|
||||
|
||||
#############################################
|
||||
# Rule for compiling C files.
|
||||
|
||||
rule C_COMPILER__multi_device.2eelf_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -32,21 +40,13 @@ rule CXX_EXECUTABLE_LINKER__multi_device.2eelf_
|
||||
restat = $RESTAT
|
||||
|
||||
|
||||
#############################################
|
||||
# Rule for running custom commands.
|
||||
|
||||
rule CUSTOM_COMMAND
|
||||
command = $COMMAND
|
||||
description = $DESC
|
||||
|
||||
|
||||
#############################################
|
||||
# Rule for compiling ASM files.
|
||||
|
||||
rule ASM_COMPILER____idf_xtensa_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building ASM object $out
|
||||
|
||||
|
||||
@@ -56,7 +56,7 @@ rule ASM_COMPILER____idf_xtensa_
|
||||
rule C_COMPILER____idf_xtensa_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -75,7 +75,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_xtensa_
|
||||
rule C_COMPILER____idf_esp_ringbuf_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -94,7 +94,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_ringbuf_
|
||||
rule C_COMPILER____idf_efuse_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -113,7 +113,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_efuse_
|
||||
rule C_COMPILER____idf_driver_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -132,7 +132,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_driver_
|
||||
rule C_COMPILER____idf_esp_pm_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -151,7 +151,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_pm_
|
||||
rule ASM_COMPILER____idf_mbedtls_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building ASM object $out
|
||||
|
||||
|
||||
@@ -161,7 +161,7 @@ rule ASM_COMPILER____idf_mbedtls_
|
||||
rule C_COMPILER____idf_mbedtls_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -180,7 +180,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_mbedtls_
|
||||
rule C_COMPILER__everest_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -199,7 +199,7 @@ rule CXX_STATIC_LIBRARY_LINKER__everest_
|
||||
rule C_COMPILER__p256m_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -218,7 +218,7 @@ rule CXX_STATIC_LIBRARY_LINKER__p256m_
|
||||
rule C_COMPILER__mbedcrypto_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -239,7 +239,7 @@ rule CXX_STATIC_LIBRARY_LINKER__mbedcrypto_
|
||||
rule C_COMPILER__mbedx509_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -258,7 +258,7 @@ rule CXX_STATIC_LIBRARY_LINKER__mbedx509_
|
||||
rule C_COMPILER__mbedtls_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -277,7 +277,7 @@ rule CXX_STATIC_LIBRARY_LINKER__mbedtls_
|
||||
rule C_COMPILER____idf_esp_app_format_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -296,7 +296,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_app_format_
|
||||
rule C_COMPILER____idf_bootloader_support_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -315,7 +315,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_bootloader_support_
|
||||
rule C_COMPILER____idf_esp_partition_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -334,7 +334,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_partition_
|
||||
rule C_COMPILER____idf_app_update_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -353,7 +353,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_app_update_
|
||||
rule C_COMPILER____idf_esp_mm_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -372,7 +372,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_mm_
|
||||
rule C_COMPILER____idf_spi_flash_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -391,7 +391,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_spi_flash_
|
||||
rule C_COMPILER____idf_pthread_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -410,7 +410,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_pthread_
|
||||
rule ASM_COMPILER____idf_esp_system_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building ASM object $out
|
||||
|
||||
|
||||
@@ -420,7 +420,7 @@ rule ASM_COMPILER____idf_esp_system_
|
||||
rule C_COMPILER____idf_esp_system_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -439,7 +439,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_system_
|
||||
rule ASM_COMPILER____idf_esp_rom_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building ASM object $out
|
||||
|
||||
|
||||
@@ -449,7 +449,7 @@ rule ASM_COMPILER____idf_esp_rom_
|
||||
rule C_COMPILER____idf_esp_rom_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -468,7 +468,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_rom_
|
||||
rule C_COMPILER____idf_hal_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -487,7 +487,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_hal_
|
||||
rule C_COMPILER____idf_log_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -506,7 +506,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_log_
|
||||
rule C_COMPILER____idf_heap_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -525,7 +525,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_heap_
|
||||
rule C_COMPILER____idf_soc_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -544,7 +544,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_soc_
|
||||
rule C_COMPILER____idf_esp_hw_support_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -563,7 +563,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_hw_support_
|
||||
rule ASM_COMPILER____idf_freertos_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building ASM object $out
|
||||
|
||||
|
||||
@@ -573,7 +573,7 @@ rule ASM_COMPILER____idf_freertos_
|
||||
rule C_COMPILER____idf_freertos_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -592,7 +592,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_freertos_
|
||||
rule C_COMPILER____idf_newlib_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -611,7 +611,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_newlib_
|
||||
rule CXX_COMPILER____idf_cxx_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-g++.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-g++.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building CXX object $out
|
||||
|
||||
|
||||
@@ -630,7 +630,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_cxx_
|
||||
rule C_COMPILER____idf_esp_common_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -649,7 +649,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_common_
|
||||
rule C_COMPILER____idf_esp_timer_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -668,7 +668,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_timer_
|
||||
rule C_COMPILER____idf_app_trace_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -687,7 +687,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_app_trace_
|
||||
rule C_COMPILER____idf_esp_event_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -706,7 +706,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_event_
|
||||
rule CXX_COMPILER____idf_nvs_flash_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-g++.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-g++.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building CXX object $out
|
||||
|
||||
|
||||
@@ -725,7 +725,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_nvs_flash_
|
||||
rule C_COMPILER____idf_esp_phy_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -744,7 +744,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_phy_
|
||||
rule C_COMPILER____idf_vfs_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -763,7 +763,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_vfs_
|
||||
rule C_COMPILER____idf_lwip_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -782,7 +782,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_lwip_
|
||||
rule C_COMPILER____idf_esp_netif_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -801,7 +801,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_netif_
|
||||
rule C_COMPILER____idf_wpa_supplicant_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -822,7 +822,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_wpa_supplicant_
|
||||
rule C_COMPILER____idf_esp_coex_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -841,7 +841,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_coex_
|
||||
rule C_COMPILER____idf_esp_wifi_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -860,7 +860,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_wifi_
|
||||
rule C_COMPILER____idf_unity_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -879,7 +879,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_unity_
|
||||
rule C_COMPILER____idf_cmock_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -898,7 +898,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_cmock_
|
||||
rule C_COMPILER____idf_console_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -917,7 +917,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_console_
|
||||
rule C_COMPILER____idf_http_parser_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -936,7 +936,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_http_parser_
|
||||
rule C_COMPILER____idf_esp-tls_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -955,7 +955,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp-tls_
|
||||
rule C_COMPILER____idf_esp_adc_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -974,7 +974,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_adc_
|
||||
rule C_COMPILER____idf_esp_eth_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -993,7 +993,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_eth_
|
||||
rule ASM_COMPILER____idf_esp_gdbstub_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building ASM object $out
|
||||
|
||||
|
||||
@@ -1003,7 +1003,7 @@ rule ASM_COMPILER____idf_esp_gdbstub_
|
||||
rule C_COMPILER____idf_esp_gdbstub_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1022,7 +1022,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_gdbstub_
|
||||
rule C_COMPILER____idf_esp_hid_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1041,7 +1041,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_hid_
|
||||
rule C_COMPILER____idf_tcp_transport_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1060,7 +1060,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_tcp_transport_
|
||||
rule C_COMPILER____idf_esp_http_client_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1079,7 +1079,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_http_client_
|
||||
rule C_COMPILER____idf_esp_http_server_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1098,7 +1098,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_http_server_
|
||||
rule C_COMPILER____idf_esp_https_ota_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1117,7 +1117,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_https_ota_
|
||||
rule C_COMPILER____idf_esp_https_server_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1136,7 +1136,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_https_server_
|
||||
rule C_COMPILER____idf_esp_lcd_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1155,7 +1155,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_lcd_
|
||||
rule C_COMPILER____idf_protobuf-c_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1174,7 +1174,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_protobuf-c_
|
||||
rule C_COMPILER____idf_protocomm_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1193,7 +1193,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_protocomm_
|
||||
rule C_COMPILER____idf_esp_local_ctrl_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1212,7 +1212,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_local_ctrl_
|
||||
rule C_COMPILER____idf_espcoredump_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1231,7 +1231,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_espcoredump_
|
||||
rule CXX_COMPILER____idf_wear_levelling_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-g++.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-g++.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building CXX object $out
|
||||
|
||||
|
||||
@@ -1250,7 +1250,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_wear_levelling_
|
||||
rule C_COMPILER____idf_sdmmc_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1269,7 +1269,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_sdmmc_
|
||||
rule C_COMPILER____idf_fatfs_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1288,7 +1288,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_fatfs_
|
||||
rule C_COMPILER____idf_json_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1307,7 +1307,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_json_
|
||||
rule C_COMPILER____idf_mqtt_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1326,7 +1326,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_mqtt_
|
||||
rule C_COMPILER____idf_perfmon_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1345,7 +1345,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_perfmon_
|
||||
rule C_COMPILER____idf_spiffs_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1364,7 +1364,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_spiffs_
|
||||
rule C_COMPILER____idf_touch_element_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1383,7 +1383,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_touch_element_
|
||||
rule C_COMPILER____idf_ulp_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1402,7 +1402,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_ulp_
|
||||
rule C_COMPILER____idf_usb_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1421,7 +1421,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_usb_
|
||||
rule C_COMPILER____idf_wifi_provisioning_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1440,7 +1440,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_wifi_provisioning_
|
||||
rule C_COMPILER____idf_main_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1459,7 +1459,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_main_
|
||||
rule C_COMPILER____idf_esp_diag_data_store_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1478,7 +1478,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_diag_data_store_
|
||||
rule C_COMPILER____idf_rmaker_common_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1497,7 +1497,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_rmaker_common_
|
||||
rule C_COMPILER____idf_esp_diagnostics_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1516,7 +1516,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_diagnostics_
|
||||
rule C_COMPILER____idf_espressif__cbor_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1535,7 +1535,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_espressif__cbor_
|
||||
rule ASM_COMPILER____idf_esp_insights_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building ASM object $out
|
||||
|
||||
|
||||
@@ -1545,7 +1545,7 @@ rule ASM_COMPILER____idf_esp_insights_
|
||||
rule C_COMPILER____idf_esp_insights_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1564,7 +1564,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_insights_
|
||||
rule C_COMPILER____idf_json_parser_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1583,7 +1583,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_json_parser_
|
||||
rule C_COMPILER____idf_json_generator_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1602,7 +1602,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_json_generator_
|
||||
rule C_COMPILER____idf_espressif__mdns_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1621,7 +1621,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_espressif__mdns_
|
||||
rule C_COMPILER____idf_esp_schedule_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1640,7 +1640,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_schedule_
|
||||
rule C_COMPILER____idf_espressif__esp_secure_cert_mgr_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1659,7 +1659,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_espressif__esp_secure_cert_mgr_
|
||||
rule ASM_COMPILER____idf_esp_rainmaker_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building ASM object $out
|
||||
|
||||
|
||||
@@ -1669,7 +1669,7 @@ rule ASM_COMPILER____idf_esp_rainmaker_
|
||||
rule C_COMPILER____idf_esp_rainmaker_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1688,7 +1688,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_rainmaker_
|
||||
rule C_COMPILER____idf_app_insights_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1707,7 +1707,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_app_insights_
|
||||
rule C_COMPILER____idf_gpio_button_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1717,7 +1717,7 @@ rule C_COMPILER____idf_gpio_button_
|
||||
rule CXX_COMPILER____idf_gpio_button_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-g++.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-g++.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building CXX object $out
|
||||
|
||||
|
||||
@@ -1736,7 +1736,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_gpio_button_
|
||||
rule C_COMPILER____idf_app_reset_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1755,7 +1755,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_app_reset_
|
||||
rule C_COMPILER____idf_qrcode_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1774,7 +1774,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_qrcode_
|
||||
rule C_COMPILER____idf_app_wifi_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
@@ -1793,7 +1793,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_app_wifi_
|
||||
rule C_COMPILER____idf_ws2812_led_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
command = ccache C:\Users\alex\.espressif\tools\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin\xtensa-esp32s2-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
|
@@ -1 +1 @@
|
||||
b0b7bbbd96c6b1493e4714ae087e00d9 C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Multidevice/multi_device/build/bootloader/bootloader.bin
|
||||
97e5a8ddd3d24ddcefe80361fc208cf6 C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Multidevice/multi_device/build/bootloader/bootloader.bin
|
||||
|
Binary file not shown.
@@ -1,74 +1,78 @@
|
||||
# ninja log v5
|
||||
10136 11028 7262371365081666 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32s2/bootloader_esp32s2.c.obj ad6462c1b86deb69
|
||||
15244 15956 7262371415363996 esp-idf/log/CMakeFiles/__idf_log.dir/log_buffers.c.obj 1dd0071d8ce6fae
|
||||
8 737 7262371261392032 project_elf_src_esp32s2.c 44cc5e3a25be632d
|
||||
8 737 7262371261392032 C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Multidevice/multi_device/build/bootloader/project_elf_src_esp32s2.c 44cc5e3a25be632d
|
||||
142 1123 7262371266059556 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj a985c64fc3c091c
|
||||
245 1436 7262371269021618 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xt_trax.c.obj c133f93c0c546a29
|
||||
346 1556 7262371270437831 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s2/uart_periph.c.obj f2f07785474b7ee6
|
||||
462 1674 7262371271076124 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s2/gpio_periph.c.obj 7782f7f04f6fad0a
|
||||
576 1839 7262371273010946 esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj 4cb1638d321c55de
|
||||
738 1967 7262371274417177 CMakeFiles/bootloader.elf.dir/project_elf_src_esp32s2.c.obj 775a8623002b3e8
|
||||
1270 2449 7262371278526201 esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj 21e9f5d3d3297630
|
||||
1438 2648 7262371281508213 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s2/interrupts.c.obj f927999164a6cb95
|
||||
1557 2738 7262371282266274 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s2/rmt_periph.c.obj 870ffe9df0930809
|
||||
738 1967 7262371274417177 CMakeFiles/bootloader.elf.dir/project_elf_src_esp32s2.c.obj 775a8623002b3e8
|
||||
8 737 7262371261392032 C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Multidevice/multi_device/build/bootloader/project_elf_src_esp32s2.c 44cc5e3a25be632d
|
||||
346 1556 7262371270437831 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s2/uart_periph.c.obj f2f07785474b7ee6
|
||||
5204 5905 7262371313578365 esp-idf/hal/CMakeFiles/__idf_hal.dir/mpu_hal.c.obj 29bb1dacd8ab85ee
|
||||
142 1123 7262371266059556 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj a985c64fc3c091c
|
||||
5673 6653 7262371321856239 esp-idf/hal/CMakeFiles/__idf_hal.dir/cache_hal.c.obj 482d1f4352076643
|
||||
7204 8040 7262371335764861 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_panic.c.obj 5eae25b6e6f87525
|
||||
245 1436 7262371269021618 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xt_trax.c.obj c133f93c0c546a29
|
||||
462 1674 7262371271076124 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s2/gpio_periph.c.obj 7782f7f04f6fad0a
|
||||
8234 9312 7262371347742821 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj d262189a67f41325
|
||||
11542 12448 7262371379483963 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj 8b1f3412bfed75c2
|
||||
3753 4757 7262371299336452 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s2/dac_periph.c.obj 8e62ddb6e7f95e84
|
||||
576 1839 7262371273010946 esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj 4cb1638d321c55de
|
||||
9313 9952 7262371355143018 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console_loader.c.obj c52bdd207846b32c
|
||||
1270 2449 7262371278526201 esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj 21e9f5d3d3297630
|
||||
7272 8288 7262371337380532 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj 83086e205ed37d40
|
||||
4184 5203 7262371307364982 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s2/touch_sensor_periph.c.obj 7b50bf5e4a2e83b3
|
||||
1438 2648 7262371281508213 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s2/interrupts.c.obj f927999164a6cb95
|
||||
20802 21427 7262371468407960 esp-idf/esp_app_format/libesp_app_format.a 1e943df7ea4f4825
|
||||
1675 2890 7262371284081433 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s2/spi_periph.c.obj f23777d7495cc2bd
|
||||
1968 3058 7262371285607241 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s2/dedic_gpio_periph.c.obj fdfb2dcabe6b9257
|
||||
6894 8176 7262371336502879 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj 2221c8a52c6488ca
|
||||
7980 9023 7262371344292055 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj c5f97779a9fbce8
|
||||
1840 3098 7262371285706974 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s2/ledc_periph.c.obj d5670cba491d5e8c
|
||||
5726 6760 7262371322793700 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj be6a1f238404a28c
|
||||
5800 7030 7262371323791082 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj 7beb1808a5c3a174
|
||||
2450 3130 7262371286759457 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s2/adc_periph.c.obj 2d337a32ded47a4c
|
||||
2739 3405 7262371289392408 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s2/i2c_periph.c.obj d853cb131f8f41d9
|
||||
7941 8794 7262371343364535 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32s2.c.obj 171618a66962a293
|
||||
2649 3610 7262371289392408 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s2/pcnt_periph.c.obj fc05af629c58485f
|
||||
2971 3678 7262371292040453 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s2/i2s_periph.c.obj b66d3b5907349982
|
||||
9024 10315 7262371355721498 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj 5e617d4bd98405e7
|
||||
8915 9766 7262371352510093 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_loader.c.obj 4eb5d3a65759149c
|
||||
3060 3751 7262371293242499 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s2/temperature_sensor_periph.c.obj 84dcd9e08fb3826c
|
||||
3131 3881 7262371294210140 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s2/timer_periph.c.obj 8b5b457c88e0cf93
|
||||
7031 8232 7262371337270842 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj cd8658d7099d7c56
|
||||
3099 3957 7262371294828514 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s2/sdm_periph.c.obj 49c46391a89834cc
|
||||
11411 12330 7262371378885687 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32s2/esp_efuse_rtc_table.c.obj 151541566b2bb51e
|
||||
3549 4174 7262371297202175 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s2/lcd_periph.c.obj f16d180a731a22a9
|
||||
3611 4227 7262371297441658 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s2/rtc_io_periph.c.obj 97488fbeb1d93e11
|
||||
3679 4291 7262371297960197 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s2/usb_periph.c.obj 4139d62dfaaacbf7
|
||||
3972 4404 7262371299346423 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s2/twai_periph.c.obj 52e4aab21e2ee58f
|
||||
3883 4578 7262371299466120 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s2/usb_otg_periph.c.obj e66941f6c7dd7e3
|
||||
3753 4757 7262371299336452 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s2/dac_periph.c.obj 8e62ddb6e7f95e84
|
||||
4184 5203 7262371307364982 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s2/touch_sensor_periph.c.obj 7b50bf5e4a2e83b3
|
||||
8071 8972 7262371344182358 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj b06a8f13bf8a7437
|
||||
4292 5532 7262371310187440 esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj 4abcaf48e97fb1d
|
||||
8177 9080 7262371345778075 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj a50fd2463eb1935d
|
||||
4405 5725 7262371312012547 esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj 80c7d626490de7c2
|
||||
4580 5791 7262371312870258 esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32s2/efuse_hal.c.obj 9dcf7ce57d5e44f6
|
||||
5204 5905 7262371313578365 esp-idf/hal/CMakeFiles/__idf_hal.dir/mpu_hal.c.obj 29bb1dacd8ab85ee
|
||||
4758 5963 7262371314017177 esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj 6dfe71d7627c504f
|
||||
27307 27766 0 C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Multidevice/multi_device/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 609232c377c67fc
|
||||
4240 6046 7262371315303748 esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/uECC_verify_antifault.c.obj b50b75cb701669ae
|
||||
5673 6653 7262371321856239 esp-idf/hal/CMakeFiles/__idf_hal.dir/cache_hal.c.obj 482d1f4352076643
|
||||
5726 6760 7262371322793700 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj be6a1f238404a28c
|
||||
5906 6840 7262371323182667 esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj e72fe48d2356fad8
|
||||
5800 7030 7262371323791082 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj 7beb1808a5c3a174
|
||||
13326 14213 7262371397166670 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj fef85abb08f1aea9
|
||||
6047 7144 7262371323870889 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj 823712fdb0a37a2d
|
||||
10188 11410 7262371367973936 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj 11f462d243513869
|
||||
5964 7270 7262371326279684 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj 3f1d007ac9f108c8
|
||||
10316 11541 7262371369449986 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj 4f0c4092fbba100d
|
||||
6796 7640 7262371331401030 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj bd3c9ca847124fd7
|
||||
6708 7978 7262371331470896 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32s2.c.obj c15e32722a0fa294
|
||||
7204 8040 7262371335764861 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_panic.c.obj 5eae25b6e6f87525
|
||||
6894 8176 7262371336502879 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj 2221c8a52c6488ca
|
||||
7031 8232 7262371337270842 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj cd8658d7099d7c56
|
||||
7272 8288 7262371337380532 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj 83086e205ed37d40
|
||||
7941 8794 7262371343364535 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32s2.c.obj 171618a66962a293
|
||||
8071 8972 7262371344182358 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj b06a8f13bf8a7437
|
||||
7980 9023 7262371344292055 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj c5f97779a9fbce8
|
||||
8177 9080 7262371345778075 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj a50fd2463eb1935d
|
||||
9767 10723 7262371358304557 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32s2/bootloader_sha.c.obj 6d493517ed75a49c
|
||||
8289 9233 7262371347523397 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj 93d17d78e0f55d0d
|
||||
8234 9312 7262371347742821 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj d262189a67f41325
|
||||
8915 9766 7262371352510093 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_loader.c.obj 4eb5d3a65759149c
|
||||
9313 9952 7262371355143018 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console_loader.c.obj c52bdd207846b32c
|
||||
9234 10186 7262371355133036 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32s2/bootloader_soc.c.obj ea703b3b5fe890ef
|
||||
9135 10263 7262371355512051 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console.c.obj e3c26931f8e80b81
|
||||
9024 10315 7262371355721498 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj 5e617d4bd98405e7
|
||||
8982 10459 7262371356469463 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj 34096b8dbe8a5444
|
||||
9767 10723 7262371358304557 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32s2/bootloader_sha.c.obj 6d493517ed75a49c
|
||||
10136 11028 7262371365081666 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32s2/bootloader_esp32s2.c.obj ad6462c1b86deb69
|
||||
10264 11149 7262371367385508 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c.obj 3086d93b89d76adc
|
||||
10188 11410 7262371367973936 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj 11f462d243513869
|
||||
10544 11485 7262371369739238 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj e15358811f168098
|
||||
10316 11541 7262371369449986 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj 4f0c4092fbba100d
|
||||
10724 11696 7262371371115919 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32s2/esp_efuse_utility.c.obj c57f35d4e93ace0
|
||||
11030 11814 7262371372886519 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32s2/esp_efuse_table.c.obj 763bc0ec113db374
|
||||
11360 12094 7262371376232669 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32s2/esp_efuse_fields.c.obj a86c76418d32de27
|
||||
11411 12330 7262371378885687 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32s2/esp_efuse_rtc_table.c.obj 151541566b2bb51e
|
||||
11486 12375 7262371378017902 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32s2/esp_efuse_rtc_calib.c.obj 488ffefd9a7af2da
|
||||
11542 12448 7262371379483963 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj 8b1f3412bfed75c2
|
||||
11697 12505 7262371380411617 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj ca8ec43a4bd147e
|
||||
11858 12849 7262371383632882 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32s2/rtc_clk_init.c.obj 73283c0b69000982
|
||||
12268 13120 7262371386744541 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj 946cfaf48f9cd90
|
||||
@@ -78,7 +82,6 @@
|
||||
12376 13856 7262371392977865 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32s2/rtc_clk.c.obj fc252465848e21e2
|
||||
12850 13889 7262371393955267 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32s2/rtc_init.c.obj 4781a4be8803d286
|
||||
13121 14037 7262371395900068 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32s2/chip_info.c.obj 6599d7197f1134a5
|
||||
13326 14213 7262371397166670 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj fef85abb08f1aea9
|
||||
13566 14300 7262371398403366 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj 21806f2ef2180138
|
||||
13858 14434 7262371400038976 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_longjmp.S.obj 5cff63b05a03a507
|
||||
13890 14499 7262371399859453 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj 2d774f6638d7636f
|
||||
@@ -87,20 +90,19 @@
|
||||
14214 14982 7262371405200366 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj f669a17c8f2832a7
|
||||
14435 15216 7262371407603952 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_cache_esp32s2_esp32s3.c.obj a5244c80f32408dd
|
||||
14301 15303 7262371407414449 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_regi2c_esp32s2.c.obj 7a1013d92631745a
|
||||
26048 27281 7262371528918083 C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Multidevice/multi_device/build/bootloader/.bin_timestamp 983275e51272998c
|
||||
14603 15435 7262371408431830 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/esp32s2/usb_descriptors.c.obj 984d44b48dd5b667
|
||||
14735 15453 7262371410212167 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_systimer.c.obj 63600b7941f60e6d
|
||||
19409 19990 7262371455682021 esp-idf/efuse/libefuse.a 59c892d9db3b1ae4
|
||||
14787 15642 7262371411194721 esp-idf/log/CMakeFiles/__idf_log.dir/log.c.obj 6038fe23fe0e5a1f
|
||||
14983 15849 7262371414147256 esp-idf/log/CMakeFiles/__idf_log.dir/log_noos.c.obj 987eab02b0f0b787
|
||||
15244 15956 7262371415363996 esp-idf/log/CMakeFiles/__idf_log.dir/log_buffers.c.obj 1dd0071d8ce6fae
|
||||
15327 16026 7262371415832749 esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj a6c8c2d8330b028c
|
||||
15957 16707 7262371422744263 esp-idf/log/liblog.a 9be8495bb7600fb1
|
||||
16707 17343 7262371428847922 esp-idf/esp_rom/libesp_rom.a e641f1ae8d6b8fe2
|
||||
17343 18020 7262371434931647 esp-idf/esp_common/libesp_common.a 90185aee3d15368b
|
||||
18021 18814 7262371442960171 esp-idf/esp_hw_support/libesp_hw_support.a 8bac03c7479c9843
|
||||
18815 19386 7262371449737584 esp-idf/esp_system/libesp_system.a d151a1e655fc100e
|
||||
19409 19990 7262371455682021 esp-idf/efuse/libefuse.a 59c892d9db3b1ae4
|
||||
19990 20801 7262371462483822 esp-idf/bootloader_support/libbootloader_support.a 6af4ed7bfeab033b
|
||||
20802 21427 7262371468407960 esp-idf/esp_app_format/libesp_app_format.a 1e943df7ea4f4825
|
||||
21428 21985 7262371474790885 esp-idf/spi_flash/libspi_flash.a 41073b2a0e4849eb
|
||||
21986 22661 7262371481572744 esp-idf/hal/libhal.a 6947bf921fe3e32e
|
||||
22662 23224 7262371487751458 esp-idf/micro-ecc/libmicro-ecc.a c93d9f0233c8a6b8
|
||||
@@ -109,6 +111,103 @@
|
||||
24649 25378 7262371508556811 esp-idf/main/libmain.a c975663371da994b
|
||||
25387 26048 7262371514889859 bootloader.elf ef9aa6f9f2b57ae8
|
||||
26048 27281 7262371528918083 .bin_timestamp 983275e51272998c
|
||||
26048 27281 7262371528918083 C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Multidevice/multi_device/build/bootloader/.bin_timestamp 983275e51272998c
|
||||
27307 27766 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 609232c377c67fc
|
||||
27307 27766 0 C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Multidevice/multi_device/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 609232c377c67fc
|
||||
9 24408 7262382834492858 build.ninja 9edffea401ae5988
|
||||
15 412 7262382839070619 esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj 4cb1638d321c55de
|
||||
38 457 7262382839250137 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s2/interrupts.c.obj f927999164a6cb95
|
||||
54 476 7262382839339966 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s2/gpio_periph.c.obj 7782f7f04f6fad0a
|
||||
171 500 7262382839718876 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s2/ledc_periph.c.obj d5670cba491d5e8c
|
||||
70 536 7262382839529390 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xt_trax.c.obj c133f93c0c546a29
|
||||
94 599 7262382839788695 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s2/spi_periph.c.obj f23777d7495cc2bd
|
||||
413 964 7262382843867780 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s2/pcnt_periph.c.obj fc05af629c58485f
|
||||
458 985 7262382844376420 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s2/dedic_gpio_periph.c.obj fdfb2dcabe6b9257
|
||||
477 1011 7262382844376420 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s2/adc_periph.c.obj 2d337a32ded47a4c
|
||||
512 1040 7262382844675629 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s2/uart_periph.c.obj f2f07785474b7ee6
|
||||
537 1088 7262382845663000 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s2/i2c_periph.c.obj d853cb131f8f41d9
|
||||
600 1135 7262382845842493 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s2/i2s_periph.c.obj b66d3b5907349982
|
||||
965 1367 7262382848585199 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s2/timer_periph.c.obj 8b5b457c88e0cf93
|
||||
986 1426 7262382849044045 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s2/usb_periph.c.obj 4139d62dfaaacbf7
|
||||
1041 1456 7262382849422912 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s2/rtc_io_periph.c.obj 97488fbeb1d93e11
|
||||
1012 1492 7262382849442861 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s2/dac_periph.c.obj 8e62ddb6e7f95e84
|
||||
1089 1597 7262382850549915 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s2/touch_sensor_periph.c.obj 7b50bf5e4a2e83b3
|
||||
1136 1941 7262382854369691 esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj 4abcaf48e97fb1d
|
||||
1368 1970 7262382854429528 esp-idf/hal/CMakeFiles/__idf_hal.dir/cache_hal.c.obj 482d1f4352076643
|
||||
1508 1993 7262382854748677 esp-idf/hal/CMakeFiles/__idf_hal.dir/mpu_hal.c.obj 29bb1dacd8ab85ee
|
||||
1428 2017 7262382854778584 esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32s2/efuse_hal.c.obj 9dcf7ce57d5e44f6
|
||||
1598 2056 7262382855077795 esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj 80c7d626490de7c2
|
||||
1457 2273 7262382857401582 esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj 6dfe71d7627c504f
|
||||
1995 2408 7262382859236673 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj 823712fdb0a37a2d
|
||||
1942 2436 7262382859266645 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj be6a1f238404a28c
|
||||
2018 2523 7262382859994642 esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj e72fe48d2356fad8
|
||||
1970 2570 7262382860373623 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj 7beb1808a5c3a174
|
||||
2273 2722 7262382862148879 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj b06a8f13bf8a7437
|
||||
2057 2775 7262382862747321 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj 3f1d007ac9f108c8
|
||||
2437 2821 7262382863066431 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj c5f97779a9fbce8
|
||||
2409 2920 7262382863794467 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj d262189a67f41325
|
||||
2524 3127 7262382865699371 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj a50fd2463eb1935d
|
||||
2583 3336 7262382867574365 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32s2.c.obj 171618a66962a293
|
||||
2723 3621 7262382869878202 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj 83086e205ed37d40
|
||||
2776 3689 7262382871543749 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32s2.c.obj c15e32722a0fa294
|
||||
2921 3844 7262382873069660 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj 2221c8a52c6488ca
|
||||
2822 3939 7262382874126832 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj cd8658d7099d7c56
|
||||
3131 3977 7262382873967254 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj bd3c9ca847124fd7
|
||||
3337 4042 7262382874585614 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj 93d17d78e0f55d0d
|
||||
3622 4399 7262382877637435 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32s2/bootloader_sha.c.obj 6d493517ed75a49c
|
||||
3940 4772 7262382882554280 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_loader.c.obj 4eb5d3a65759149c
|
||||
3985 4846 7262382882863457 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console.c.obj e3c26931f8e80b81
|
||||
3691 4890 7262382882873439 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj 5e617d4bd98405e7
|
||||
4043 4929 7262382884169976 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console_loader.c.obj c52bdd207846b32c
|
||||
3846 5208 7262382887191876 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj 34096b8dbe8a5444
|
||||
4400 5272 7262382887690551 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32s2/bootloader_esp32s2.c.obj ad6462c1b86deb69
|
||||
4773 5314 7262382887860099 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_panic.c.obj 5eae25b6e6f87525
|
||||
4848 5341 7262382887740415 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32s2/esp_efuse_fields.c.obj a86c76418d32de27
|
||||
4930 5360 7262382888468466 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32s2/esp_efuse_table.c.obj 763bc0ec113db374
|
||||
4891 5449 7262382889405954 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32s2/esp_efuse_rtc_table.c.obj 151541566b2bb51e
|
||||
5210 5720 7262382892238383 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32s2/esp_efuse_utility.c.obj c57f35d4e93ace0
|
||||
5315 5754 7262382892358255 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32s2/esp_efuse_rtc_calib.c.obj 488ffefd9a7af2da
|
||||
5273 5811 7262382892886653 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj 4f0c4092fbba100d
|
||||
5342 5863 7262382893305518 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj e15358811f168098
|
||||
5361 6089 7262382895719071 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c.obj 3086d93b89d76adc
|
||||
5450 6237 7262382896796193 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj 11f462d243513869
|
||||
5721 6258 7262382897274904 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj 8b1f3412bfed75c2
|
||||
5763 6297 7262382897992982 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32s2/cpu_region_protect.c.obj 689db04c32838c69
|
||||
5864 6410 7262382898940461 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj ca8ec43a4bd147e
|
||||
6090 6575 7262382900685780 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj 946cfaf48f9cd90
|
||||
5812 6667 7262382900905187 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32s2/rtc_clk.c.obj fc252465848e21e2
|
||||
6259 6692 7262382901732988 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32s2/chip_info.c.obj 6599d7197f1134a5
|
||||
6238 6715 7262382902042158 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32s2/rtc_sleep.c.obj 5f7567b263a7533a
|
||||
6299 6838 7262382902959689 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32s2/rtc_clk_init.c.obj 73283c0b69000982
|
||||
6411 6897 7262382903498252 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32s2/rtc_init.c.obj 4781a4be8803d286
|
||||
6693 7021 7262382905293453 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj b7b8970f298d3654
|
||||
6717 7043 7262382905423101 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj f669a17c8f2832a7
|
||||
6669 7109 7262382905841977 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj fef85abb08f1aea9
|
||||
6634 7130 7262382906310732 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32s2/rtc_time.c.obj c40ed8c7f2a2026b
|
||||
6839 7204 7262382907008856 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj f4acb73cdc4e2a20
|
||||
6898 7270 7262382907726935 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj 2d774f6638d7636f
|
||||
7044 7395 7262382908843958 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_systimer.c.obj 63600b7941f60e6d
|
||||
7022 7423 7262382909003529 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_regi2c_esp32s2.c.obj 7a1013d92631745a
|
||||
7110 7472 7262382909821340 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/esp32s2/usb_descriptors.c.obj 984d44b48dd5b667
|
||||
7250 7500 7262382909841322 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_longjmp.S.obj 5cff63b05a03a507
|
||||
7131 7514 7262382910220272 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_cache_esp32s2_esp32s3.c.obj a5244c80f32408dd
|
||||
7271 7633 7262382911536753 esp-idf/log/CMakeFiles/__idf_log.dir/log_noos.c.obj 987eab02b0f0b787
|
||||
7395 7696 7262382912155091 esp-idf/log/CMakeFiles/__idf_log.dir/log.c.obj 6038fe23fe0e5a1f
|
||||
7473 7714 7262382912294722 esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj a6c8c2d8330b028c
|
||||
7424 7724 7262382912424377 esp-idf/log/CMakeFiles/__idf_log.dir/log_buffers.c.obj 1dd0071d8ce6fae
|
||||
7725 7894 7262382913980216 esp-idf/log/liblog.a 9be8495bb7600fb1
|
||||
7894 8088 7262382915835251 esp-idf/esp_rom/libesp_rom.a e641f1ae8d6b8fe2
|
||||
8089 8217 7262382917401065 esp-idf/esp_common/libesp_common.a 90185aee3d15368b
|
||||
8222 8385 7262382919076574 esp-idf/esp_hw_support/libesp_hw_support.a 8bac03c7479c9843
|
||||
8386 8530 7262382920462873 esp-idf/esp_system/libesp_system.a d151a1e655fc100e
|
||||
8530 8794 7262382922866432 esp-idf/efuse/libefuse.a 59c892d9db3b1ae4
|
||||
8795 9054 7262382925678924 esp-idf/bootloader_support/libbootloader_support.a 6af4ed7bfeab033b
|
||||
9055 9195 7262382927184877 esp-idf/esp_app_format/libesp_app_format.a 1e943df7ea4f4825
|
||||
9196 9330 7262382928511328 esp-idf/spi_flash/libspi_flash.a 41073b2a0e4849eb
|
||||
9331 9512 7262382930266645 esp-idf/hal/libhal.a 6947bf921fe3e32e
|
||||
9512 9721 7262382932440819 esp-idf/soc/libsoc.a 80823c774679c43f
|
||||
9722 9861 7262382933837101 esp-idf/xtensa/libxtensa.a 4652f16ae75bdd15
|
||||
9861 10016 7262382935363009 esp-idf/main/libmain.a c975663371da994b
|
||||
10017 10314 7262382938295198 bootloader.elf ef9aa6f9f2b57ae8
|
||||
10314 10928 7262382944478701 .bin_timestamp 983275e51272998c
|
||||
10314 10928 7262382944478701 C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Multidevice/multi_device/build/bootloader/.bin_timestamp 983275e51272998c
|
||||
10929 11113 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 609232c377c67fc
|
||||
10929 11113 0 C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Multidevice/multi_device/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 609232c377c67fc
|
||||
|
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@@ -6807,10 +6807,7 @@
|
||||
"help": "This baud rate is used by both the ESP-IDF Bootloader and the app (including\nboot log output and default standard input/output/error of the app).\n\nThe app's maximum baud rate depends on the UART clock source. If Power Management is disabled,\nthe UART clock source is the APB clock and all baud rates in the available range will be sufficiently\naccurate. If Power Management is enabled, REF_TICK clock source is used so the baud rate is divided\nfrom 1MHz. Baud rates above 1Mbps are not possible and values between 500Kbps and 1Mbps may not be\naccurate.\n\nIf the configuration is different in the Bootloader binary compared to the app binary, UART\nis reconfigured after the bootloader exits and the app starts.",
|
||||
"id": "ESP_CONSOLE_UART_BAUDRATE",
|
||||
"name": "ESP_CONSOLE_UART_BAUDRATE",
|
||||
"range": [
|
||||
1200,
|
||||
4000000
|
||||
],
|
||||
"range": null,
|
||||
"title": "UART console baud rate",
|
||||
"type": "int"
|
||||
},
|
||||
@@ -6820,7 +6817,10 @@
|
||||
"help": "Set the size of USB CDC RX buffer. Increase the buffer size if your application\nis often receiving data over USB CDC.",
|
||||
"id": "ESP_CONSOLE_USB_CDC_RX_BUF_SIZE",
|
||||
"name": "ESP_CONSOLE_USB_CDC_RX_BUF_SIZE",
|
||||
"range": null,
|
||||
"range": [
|
||||
4,
|
||||
16384
|
||||
],
|
||||
"title": "Size of USB CDC RX buffer",
|
||||
"type": "int"
|
||||
},
|
||||
|
File diff suppressed because one or more lines are too long
@@ -368,11 +368,10 @@
|
||||
#define CONFIG_ESP_MAIN_TASK_AFFINITY_CPU0 1
|
||||
#define CONFIG_ESP_MAIN_TASK_AFFINITY 0x0
|
||||
#define CONFIG_ESP_MINIMAL_SHARED_STACK_SIZE 2048
|
||||
#define CONFIG_ESP_CONSOLE_UART_DEFAULT 1
|
||||
#define CONFIG_ESP_CONSOLE_UART 1
|
||||
#define CONFIG_ESP_CONSOLE_USB_CDC 1
|
||||
#define CONFIG_ESP_CONSOLE_MULTIPLE_UART 1
|
||||
#define CONFIG_ESP_CONSOLE_UART_NUM 0
|
||||
#define CONFIG_ESP_CONSOLE_UART_BAUDRATE 115200
|
||||
#define CONFIG_ESP_CONSOLE_UART_NUM -1
|
||||
#define CONFIG_ESP_CONSOLE_USB_CDC_RX_BUF_SIZE 64
|
||||
#define CONFIG_ESP_INT_WDT 1
|
||||
#define CONFIG_ESP_INT_WDT_TIMEOUT_MS 300
|
||||
#define CONFIG_ESP_TASK_WDT_EN 1
|
||||
@@ -384,6 +383,7 @@
|
||||
#define CONFIG_ESP_BROWNOUT_DET 1
|
||||
#define CONFIG_ESP_BROWNOUT_DET_LVL_SEL_7 1
|
||||
#define CONFIG_ESP_BROWNOUT_DET_LVL 7
|
||||
#define CONFIG_ESP32S2_KEEP_USB_ALIVE 1
|
||||
#define CONFIG_ESP_SYSTEM_BROWNOUT_INTR 1
|
||||
#define CONFIG_ESP_IPC_TASK_STACK_SIZE 1024
|
||||
#define CONFIG_FREERTOS_UNICORE 1
|
||||
@@ -453,9 +453,6 @@
|
||||
#define CONFIG_BROWNOUT_DET_LVL CONFIG_ESP_BROWNOUT_DET_LVL
|
||||
#define CONFIG_BROWNOUT_DET_LVL_SEL_7 CONFIG_ESP_BROWNOUT_DET_LVL_SEL_7
|
||||
#define CONFIG_COMPILER_OPTIMIZATION_LEVEL_DEBUG CONFIG_COMPILER_OPTIMIZATION_DEFAULT
|
||||
#define CONFIG_CONSOLE_UART CONFIG_ESP_CONSOLE_UART
|
||||
#define CONFIG_CONSOLE_UART_BAUDRATE CONFIG_ESP_CONSOLE_UART_BAUDRATE
|
||||
#define CONFIG_CONSOLE_UART_DEFAULT CONFIG_ESP_CONSOLE_UART_DEFAULT
|
||||
#define CONFIG_CONSOLE_UART_NUM CONFIG_ESP_CONSOLE_UART_NUM
|
||||
#define CONFIG_ESP32S2_ALLOW_RTC_FAST_MEM_AS_HEAP CONFIG_ESP_SYSTEM_ALLOW_RTC_FAST_MEM_AS_HEAP
|
||||
#define CONFIG_ESP32S2_BROWNOUT_DET CONFIG_ESP_BROWNOUT_DET
|
||||
|
@@ -76,7 +76,7 @@
|
||||
"ESP32S2_INSTRUCTION_CACHE_LINE_16B": false,
|
||||
"ESP32S2_INSTRUCTION_CACHE_LINE_32B": true,
|
||||
"ESP32S2_INSTRUCTION_CACHE_WRAP": false,
|
||||
"ESP32S2_KEEP_USB_ALIVE": false,
|
||||
"ESP32S2_KEEP_USB_ALIVE": true,
|
||||
"ESP32S2_REV_MAX_FULL": 199,
|
||||
"ESP32S2_REV_MIN_0": true,
|
||||
"ESP32S2_REV_MIN_1": false,
|
||||
@@ -129,12 +129,12 @@
|
||||
"ESP_BROWNOUT_DET_LVL_SEL_7": true,
|
||||
"ESP_CONSOLE_MULTIPLE_UART": true,
|
||||
"ESP_CONSOLE_NONE": false,
|
||||
"ESP_CONSOLE_UART": true,
|
||||
"ESP_CONSOLE_UART_BAUDRATE": 115200,
|
||||
"ESP_CONSOLE_UART_CUSTOM": false,
|
||||
"ESP_CONSOLE_UART_DEFAULT": true,
|
||||
"ESP_CONSOLE_UART_NUM": 0,
|
||||
"ESP_CONSOLE_USB_CDC": false,
|
||||
"ESP_CONSOLE_UART_DEFAULT": false,
|
||||
"ESP_CONSOLE_UART_NUM": -1,
|
||||
"ESP_CONSOLE_USB_CDC": true,
|
||||
"ESP_CONSOLE_USB_CDC_RX_BUF_SIZE": 64,
|
||||
"ESP_CONSOLE_USB_CDC_SUPPORT_ETS_PRINTF": false,
|
||||
"ESP_DEBUG_OCDAWARE": true,
|
||||
"ESP_DEBUG_STUBS_ENABLE": false,
|
||||
"ESP_DEFAULT_CPU_FREQ_MHZ": 160,
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -15582,10 +15582,7 @@
|
||||
"help": "This baud rate is used by both the ESP-IDF Bootloader and the app (including\nboot log output and default standard input/output/error of the app).\n\nThe app's maximum baud rate depends on the UART clock source. If Power Management is disabled,\nthe UART clock source is the APB clock and all baud rates in the available range will be sufficiently\naccurate. If Power Management is enabled, REF_TICK clock source is used so the baud rate is divided\nfrom 1MHz. Baud rates above 1Mbps are not possible and values between 500Kbps and 1Mbps may not be\naccurate.\n\nIf the configuration is different in the Bootloader binary compared to the app binary, UART\nis reconfigured after the bootloader exits and the app starts.",
|
||||
"id": "ESP_CONSOLE_UART_BAUDRATE",
|
||||
"name": "ESP_CONSOLE_UART_BAUDRATE",
|
||||
"range": [
|
||||
1200,
|
||||
4000000
|
||||
],
|
||||
"range": null,
|
||||
"title": "UART console baud rate",
|
||||
"type": "int"
|
||||
},
|
||||
@@ -15595,7 +15592,10 @@
|
||||
"help": "Set the size of USB CDC RX buffer. Increase the buffer size if your application\nis often receiving data over USB CDC.",
|
||||
"id": "ESP_CONSOLE_USB_CDC_RX_BUF_SIZE",
|
||||
"name": "ESP_CONSOLE_USB_CDC_RX_BUF_SIZE",
|
||||
"range": null,
|
||||
"range": [
|
||||
4,
|
||||
16384
|
||||
],
|
||||
"title": "Size of USB CDC RX buffer",
|
||||
"type": "int"
|
||||
},
|
||||
|
File diff suppressed because one or more lines are too long
@@ -439,11 +439,10 @@
|
||||
#define CONFIG_ESP_MAIN_TASK_AFFINITY_CPU0 1
|
||||
#define CONFIG_ESP_MAIN_TASK_AFFINITY 0x0
|
||||
#define CONFIG_ESP_MINIMAL_SHARED_STACK_SIZE 2048
|
||||
#define CONFIG_ESP_CONSOLE_UART_DEFAULT 1
|
||||
#define CONFIG_ESP_CONSOLE_UART 1
|
||||
#define CONFIG_ESP_CONSOLE_USB_CDC 1
|
||||
#define CONFIG_ESP_CONSOLE_MULTIPLE_UART 1
|
||||
#define CONFIG_ESP_CONSOLE_UART_NUM 0
|
||||
#define CONFIG_ESP_CONSOLE_UART_BAUDRATE 115200
|
||||
#define CONFIG_ESP_CONSOLE_UART_NUM -1
|
||||
#define CONFIG_ESP_CONSOLE_USB_CDC_RX_BUF_SIZE 64
|
||||
#define CONFIG_ESP_INT_WDT 1
|
||||
#define CONFIG_ESP_INT_WDT_TIMEOUT_MS 300
|
||||
#define CONFIG_ESP_TASK_WDT_EN 1
|
||||
@@ -455,6 +454,7 @@
|
||||
#define CONFIG_ESP_BROWNOUT_DET 1
|
||||
#define CONFIG_ESP_BROWNOUT_DET_LVL_SEL_7 1
|
||||
#define CONFIG_ESP_BROWNOUT_DET_LVL 7
|
||||
#define CONFIG_ESP32S2_KEEP_USB_ALIVE 1
|
||||
#define CONFIG_ESP_SYSTEM_BROWNOUT_INTR 1
|
||||
#define CONFIG_ESP_IPC_TASK_STACK_SIZE 1024
|
||||
#define CONFIG_ESP_TIME_FUNCS_USE_RTC_TIMER 1
|
||||
@@ -765,6 +765,7 @@
|
||||
#define CONFIG_DIAG_ENABLE_VARIABLES 1
|
||||
#define CONFIG_DIAG_VARIABLES_MAX_COUNT 20
|
||||
#define CONFIG_DIAG_ENABLE_NETWORK_VARIABLES 1
|
||||
#define CONFIG_ESP_INSIGHTS_ENABLED 1
|
||||
#define CONFIG_ESP_INSIGHTS_TRANSPORT_HTTPS 1
|
||||
#define CONFIG_ESP_INSIGHTS_TRANSPORT_HTTPS_HOST "https://client.insights.espressif.com"
|
||||
#define CONFIG_ESP_INSIGHTS_CLOUD_POST_MIN_INTERVAL_SEC 60
|
||||
@@ -811,9 +812,6 @@
|
||||
#define CONFIG_BROWNOUT_DET_LVL CONFIG_ESP_BROWNOUT_DET_LVL
|
||||
#define CONFIG_BROWNOUT_DET_LVL_SEL_7 CONFIG_ESP_BROWNOUT_DET_LVL_SEL_7
|
||||
#define CONFIG_COMPILER_OPTIMIZATION_LEVEL_DEBUG CONFIG_COMPILER_OPTIMIZATION_DEFAULT
|
||||
#define CONFIG_CONSOLE_UART CONFIG_ESP_CONSOLE_UART
|
||||
#define CONFIG_CONSOLE_UART_BAUDRATE CONFIG_ESP_CONSOLE_UART_BAUDRATE
|
||||
#define CONFIG_CONSOLE_UART_DEFAULT CONFIG_ESP_CONSOLE_UART_DEFAULT
|
||||
#define CONFIG_CONSOLE_UART_NUM CONFIG_ESP_CONSOLE_UART_NUM
|
||||
#define CONFIG_ESP32S2_ALLOW_RTC_FAST_MEM_AS_HEAP CONFIG_ESP_SYSTEM_ALLOW_RTC_FAST_MEM_AS_HEAP
|
||||
#define CONFIG_ESP32S2_BROWNOUT_DET CONFIG_ESP_BROWNOUT_DET
|
||||
|
@@ -7,6 +7,7 @@
|
||||
"ADC_SUPPRESS_DEPRECATE_WARN": false,
|
||||
"APPTRACE_DEST_JTAG": false,
|
||||
"APPTRACE_DEST_NONE": true,
|
||||
"APPTRACE_DEST_UART0": false,
|
||||
"APPTRACE_DEST_UART1": false,
|
||||
"APPTRACE_DEST_UART_NONE": true,
|
||||
"APPTRACE_LOCK_ENABLE": true,
|
||||
@@ -19,6 +20,7 @@
|
||||
"APP_COMPILE_TIME_DATE": true,
|
||||
"APP_EXCLUDE_PROJECT_NAME_VAR": false,
|
||||
"APP_EXCLUDE_PROJECT_VER_VAR": false,
|
||||
"APP_INSIGHTS_ENABLE_LOG_TYPE_ALL": false,
|
||||
"APP_NO_BLOBS": false,
|
||||
"APP_PROJECT_VER_FROM_CONFIG": false,
|
||||
"APP_REPRODUCIBLE_BUILD": false,
|
||||
@@ -116,7 +118,7 @@
|
||||
"ESP32S2_INSTRUCTION_CACHE_LINE_16B": false,
|
||||
"ESP32S2_INSTRUCTION_CACHE_LINE_32B": true,
|
||||
"ESP32S2_INSTRUCTION_CACHE_WRAP": false,
|
||||
"ESP32S2_KEEP_USB_ALIVE": false,
|
||||
"ESP32S2_KEEP_USB_ALIVE": true,
|
||||
"ESP32S2_REV_MAX_FULL": 199,
|
||||
"ESP32S2_REV_MIN_0": true,
|
||||
"ESP32S2_REV_MIN_1": false,
|
||||
@@ -170,12 +172,12 @@
|
||||
"ESP_COEX_EXTERNAL_COEXIST_ENABLE": false,
|
||||
"ESP_CONSOLE_MULTIPLE_UART": true,
|
||||
"ESP_CONSOLE_NONE": false,
|
||||
"ESP_CONSOLE_UART": true,
|
||||
"ESP_CONSOLE_UART_BAUDRATE": 115200,
|
||||
"ESP_CONSOLE_UART_CUSTOM": false,
|
||||
"ESP_CONSOLE_UART_DEFAULT": true,
|
||||
"ESP_CONSOLE_UART_NUM": 0,
|
||||
"ESP_CONSOLE_USB_CDC": false,
|
||||
"ESP_CONSOLE_UART_DEFAULT": false,
|
||||
"ESP_CONSOLE_UART_NUM": -1,
|
||||
"ESP_CONSOLE_USB_CDC": true,
|
||||
"ESP_CONSOLE_USB_CDC_RX_BUF_SIZE": 64,
|
||||
"ESP_CONSOLE_USB_CDC_SUPPORT_ETS_PRINTF": false,
|
||||
"ESP_COREDUMP_ENABLE_TO_FLASH": false,
|
||||
"ESP_COREDUMP_ENABLE_TO_NONE": true,
|
||||
"ESP_COREDUMP_ENABLE_TO_UART": false,
|
||||
@@ -197,7 +199,8 @@
|
||||
"ESP_HTTP_CLIENT_ENABLE_HTTPS": true,
|
||||
"ESP_INSIGHTS_CLOUD_POST_MAX_INTERVAL_SEC": 240,
|
||||
"ESP_INSIGHTS_CLOUD_POST_MIN_INTERVAL_SEC": 60,
|
||||
"ESP_INSIGHTS_ENABLED": false,
|
||||
"ESP_INSIGHTS_DEBUG_ENABLED": false,
|
||||
"ESP_INSIGHTS_ENABLED": true,
|
||||
"ESP_INSIGHTS_TRANSPORT_HTTPS": true,
|
||||
"ESP_INSIGHTS_TRANSPORT_HTTPS_HOST": "https://client.insights.espressif.com",
|
||||
"ESP_INSIGHTS_TRANSPORT_MQTT": false,
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,4 @@
|
||||
Compiler supported targets: xtensa-esp32s2-elf
|
||||
|
||||
ESP Insights Project commit: cfdd71e
|
||||
ESP RainMaker Project commit: 33a943e
|
@@ -0,0 +1,6 @@
|
||||
Server running, waiting for requests on stdin...
|
||||
|
||||
Loading config from c:\Users\alex\github\ESP-Nodes\ESP32-Rainmaker-Multidevice\multi_device\sdkconfig...
|
||||
|
||||
Saving config to c:\Users\alex\github\ESP-Nodes\ESP32-Rainmaker-Multidevice\multi_device\sdkconfig...
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
@@ -685,7 +685,7 @@
|
||||
"managed_reqs": [],
|
||||
"managed_priv_reqs": [],
|
||||
"file": "C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Multidevice/multi_device/build/esp-idf/esp_system/libesp_system.a",
|
||||
"sources": [ "C:/Users/alex/esp/esp-idf/components/esp_system/esp_err.c", "C:/Users/alex/esp/esp-idf/components/esp_system/crosscore_int.c", "C:/Users/alex/esp/esp-idf/components/esp_system/esp_ipc.c", "C:/Users/alex/esp/esp-idf/components/esp_system/freertos_hooks.c", "C:/Users/alex/esp/esp-idf/components/esp_system/int_wdt.c", "C:/Users/alex/esp/esp-idf/components/esp_system/panic.c", "C:/Users/alex/esp/esp-idf/components/esp_system/esp_system.c", "C:/Users/alex/esp/esp-idf/components/esp_system/startup.c", "C:/Users/alex/esp/esp-idf/components/esp_system/system_time.c", "C:/Users/alex/esp/esp-idf/components/esp_system/stack_check.c", "C:/Users/alex/esp/esp-idf/components/esp_system/ubsan.c", "C:/Users/alex/esp/esp-idf/components/esp_system/xt_wdt.c", "C:/Users/alex/esp/esp-idf/components/esp_system/debug_stubs.c", "C:/Users/alex/esp/esp-idf/components/esp_system/task_wdt/task_wdt.c", "C:/Users/alex/esp/esp-idf/components/esp_system/task_wdt/task_wdt_impl_timergroup.c", "C:/Users/alex/esp/esp-idf/components/esp_system/port/cpu_start.c", "C:/Users/alex/esp/esp-idf/components/esp_system/port/panic_handler.c", "C:/Users/alex/esp/esp-idf/components/esp_system/port/esp_system_chip.c", "C:/Users/alex/esp/esp-idf/components/esp_system/port/brownout.c", "C:/Users/alex/esp/esp-idf/components/esp_system/port/soc/esp32s2/highint_hdl.S", "C:/Users/alex/esp/esp-idf/components/esp_system/port/soc/esp32s2/clk.c", "C:/Users/alex/esp/esp-idf/components/esp_system/port/soc/esp32s2/reset_reason.c", "C:/Users/alex/esp/esp-idf/components/esp_system/port/soc/esp32s2/system_internal.c", "C:/Users/alex/esp/esp-idf/components/esp_system/port/soc/esp32s2/cache_err_int.c", "C:/Users/alex/esp/esp-idf/components/esp_system/port/arch/xtensa/panic_arch.c", "C:/Users/alex/esp/esp-idf/components/esp_system/port/arch/xtensa/panic_handler_asm.S", "C:/Users/alex/esp/esp-idf/components/esp_system/port/arch/xtensa/expression_with_stack.c", "C:/Users/alex/esp/esp-idf/components/esp_system/port/arch/xtensa/expression_with_stack_asm.S", "C:/Users/alex/esp/esp-idf/components/esp_system/port/arch/xtensa/debug_helpers.c", "C:/Users/alex/esp/esp-idf/components/esp_system/port/arch/xtensa/debug_helpers_asm.S", "C:/Users/alex/esp/esp-idf/components/esp_system/port/arch/xtensa/debug_stubs.c", "C:/Users/alex/esp/esp-idf/components/esp_system/port/arch/xtensa/trax.c" ],
|
||||
"sources": [ "C:/Users/alex/esp/esp-idf/components/esp_system/esp_err.c", "C:/Users/alex/esp/esp-idf/components/esp_system/crosscore_int.c", "C:/Users/alex/esp/esp-idf/components/esp_system/esp_ipc.c", "C:/Users/alex/esp/esp-idf/components/esp_system/freertos_hooks.c", "C:/Users/alex/esp/esp-idf/components/esp_system/int_wdt.c", "C:/Users/alex/esp/esp-idf/components/esp_system/panic.c", "C:/Users/alex/esp/esp-idf/components/esp_system/esp_system.c", "C:/Users/alex/esp/esp-idf/components/esp_system/startup.c", "C:/Users/alex/esp/esp-idf/components/esp_system/system_time.c", "C:/Users/alex/esp/esp-idf/components/esp_system/stack_check.c", "C:/Users/alex/esp/esp-idf/components/esp_system/ubsan.c", "C:/Users/alex/esp/esp-idf/components/esp_system/xt_wdt.c", "C:/Users/alex/esp/esp-idf/components/esp_system/debug_stubs.c", "C:/Users/alex/esp/esp-idf/components/esp_system/task_wdt/task_wdt.c", "C:/Users/alex/esp/esp-idf/components/esp_system/task_wdt/task_wdt_impl_timergroup.c", "C:/Users/alex/esp/esp-idf/components/esp_system/port/cpu_start.c", "C:/Users/alex/esp/esp-idf/components/esp_system/port/panic_handler.c", "C:/Users/alex/esp/esp-idf/components/esp_system/port/esp_system_chip.c", "C:/Users/alex/esp/esp-idf/components/esp_system/port/brownout.c", "C:/Users/alex/esp/esp-idf/components/esp_system/port/soc/esp32s2/highint_hdl.S", "C:/Users/alex/esp/esp-idf/components/esp_system/port/soc/esp32s2/clk.c", "C:/Users/alex/esp/esp-idf/components/esp_system/port/soc/esp32s2/reset_reason.c", "C:/Users/alex/esp/esp-idf/components/esp_system/port/soc/esp32s2/system_internal.c", "C:/Users/alex/esp/esp-idf/components/esp_system/port/soc/esp32s2/cache_err_int.c", "C:/Users/alex/esp/esp-idf/components/esp_system/port/arch/xtensa/panic_arch.c", "C:/Users/alex/esp/esp-idf/components/esp_system/port/arch/xtensa/panic_handler_asm.S", "C:/Users/alex/esp/esp-idf/components/esp_system/port/arch/xtensa/expression_with_stack.c", "C:/Users/alex/esp/esp-idf/components/esp_system/port/arch/xtensa/expression_with_stack_asm.S", "C:/Users/alex/esp/esp-idf/components/esp_system/port/arch/xtensa/debug_helpers.c", "C:/Users/alex/esp/esp-idf/components/esp_system/port/arch/xtensa/debug_helpers_asm.S", "C:/Users/alex/esp/esp-idf/components/esp_system/port/arch/xtensa/debug_stubs.c", "C:/Users/alex/esp/esp-idf/components/esp_system/port/arch/xtensa/trax.c", "C:/Users/alex/esp/esp-idf/components/esp_system/port/soc/esp32s2/usb_console.c" ],
|
||||
"include_dirs": [ "include" ]
|
||||
},
|
||||
"esp_timer": {
|
||||
@@ -1345,7 +1345,7 @@
|
||||
"managed_reqs": [],
|
||||
"managed_priv_reqs": [],
|
||||
"file": "C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Multidevice/multi_device/build/esp-idf/vfs/libvfs.a",
|
||||
"sources": [ "C:/Users/alex/esp/esp-idf/components/vfs/vfs.c", "C:/Users/alex/esp/esp-idf/components/vfs/vfs_eventfd.c", "C:/Users/alex/esp/esp-idf/components/vfs/vfs_uart.c", "C:/Users/alex/esp/esp-idf/components/vfs/vfs_semihost.c", "C:/Users/alex/esp/esp-idf/components/vfs/vfs_console.c" ],
|
||||
"sources": [ "C:/Users/alex/esp/esp-idf/components/vfs/vfs.c", "C:/Users/alex/esp/esp-idf/components/vfs/vfs_eventfd.c", "C:/Users/alex/esp/esp-idf/components/vfs/vfs_uart.c", "C:/Users/alex/esp/esp-idf/components/vfs/vfs_semihost.c", "C:/Users/alex/esp/esp-idf/components/vfs/vfs_console.c", "C:/Users/alex/esp/esp-idf/components/vfs/vfs_cdcacm.c" ],
|
||||
"include_dirs": [ "include" ]
|
||||
},
|
||||
"wear_levelling": {
|
||||
|
Reference in New Issue
Block a user