Compare commits

...

2 Commits

Author SHA1 Message Date
snow
1cf00f5c63 deal buf problem 2024-01-31 17:52:23 +08:00
snow
6bee058965 temp:is ok 2024-01-31 13:05:20 +08:00
570 changed files with 74094 additions and 7047 deletions

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.16) cmake_minimum_required(VERSION 3.16)
include($ENV{IDF_PATH}/tools/cmake/project.cmake) include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(i80_controller) project(led_matrix)

View File

@ -1 +1 @@
773aa557a25e15c00f07f1bb87182997 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/i80_controller.bin 42e3007591b5d66ccb52bbc22f447d03 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/led_matrix.bin

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -216,7 +216,7 @@ CMAKE_PROJECT_DESCRIPTION:STATIC=
CMAKE_PROJECT_HOMEPAGE_URL:STATIC= CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
//Value Computed by CMake //Value Computed by CMake
CMAKE_PROJECT_NAME:STATIC=i80_controller CMAKE_PROJECT_NAME:STATIC=led_matrix
//Path to a program. //Path to a program.
CMAKE_RANLIB:FILEPATH=E:/Espressif/tools/xtensa-esp32s3-elf/esp-2022r1-11.2.0/xtensa-esp32s3-elf/bin/xtensa-esp32s3-elf-ranlib.exe CMAKE_RANLIB:FILEPATH=E:/Espressif/tools/xtensa-esp32s3-elf/esp-2022r1-11.2.0/xtensa-esp32s3-elf/bin/xtensa-esp32s3-elf-ranlib.exe
@ -349,6 +349,15 @@ i80_controller_IS_TOP_LEVEL:STATIC=ON
//Value Computed by CMake //Value Computed by CMake
i80_controller_SOURCE_DIR:STATIC=E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix i80_controller_SOURCE_DIR:STATIC=E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix
//Value Computed by CMake
led_matrix_BINARY_DIR:STATIC=E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build
//Value Computed by CMake
led_matrix_IS_TOP_LEVEL:STATIC=ON
//Value Computed by CMake
led_matrix_SOURCE_DIR:STATIC=E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix
//Value Computed by CMake //Value Computed by CMake
mbed TLS_BINARY_DIR:STATIC=E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/mbedtls/mbedtls mbed TLS_BINARY_DIR:STATIC=E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/mbedtls/mbedtls

View File

@ -9,7 +9,7 @@ E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/CMakeFiles/monitor.d
E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/CMakeFiles/flash.dir E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/CMakeFiles/flash.dir
E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/CMakeFiles/encrypted-flash.dir E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/CMakeFiles/encrypted-flash.dir
E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/CMakeFiles/_project_elf_src.dir E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/CMakeFiles/_project_elf_src.dir
E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/CMakeFiles/i80_controller.elf.dir E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/CMakeFiles/led_matrix.elf.dir
E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/CMakeFiles/size.dir E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/CMakeFiles/size.dir
E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/CMakeFiles/size-files.dir E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/CMakeFiles/size-files.dir
E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/CMakeFiles/size-components.dir E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/CMakeFiles/size-components.dir

View File

@ -14,10 +14,10 @@ if("${CONFIG}" STREQUAL "" OR "${CONFIG}" STREQUAL "")
"flash_bootloader_args" "flash_bootloader_args"
"flash_project_args" "flash_project_args"
"flasher_args.json" "flasher_args.json"
"i80_controller.bin"
"i80_controller.map"
"ldgen_libraries" "ldgen_libraries"
"ldgen_libraries.in" "ldgen_libraries.in"
"led_matrix.bin"
"led_matrix.map"
"project_elf_src_esp32s3.c" "project_elf_src_esp32s3.c"
"ulp_main.bin.S" "ulp_main.bin.S"
"x509_crt_bundle.S" "x509_crt_bundle.S"

View File

@ -1 +1 @@
35561346b34e867772929b29146de739d913d2c3 6bee0589659f7a62f3fc85b8a02b451568a0afb8

File diff suppressed because one or more lines are too long

View File

@ -6,7 +6,7 @@
# It is included in the main 'build.ninja'. # It is included in the main 'build.ninja'.
# ============================================================================= # =============================================================================
# Project: i80_controller # Project: led_matrix
# Configurations: # Configurations:
# ============================================================================= # =============================================================================
# ============================================================================= # =============================================================================
@ -14,7 +14,7 @@
############################################# #############################################
# Rule for compiling C files. # Rule for compiling C files.
rule C_COMPILER__i80_controller.2eelf_ rule C_COMPILER__led_matrix.2eelf_
depfile = $DEP_FILE depfile = $DEP_FILE
deps = gcc deps = gcc
command = ccache E:\Espressif\tools\xtensa-esp32s3-elf\esp-2022r1-11.2.0\xtensa-esp32s3-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in command = ccache E:\Espressif\tools\xtensa-esp32s3-elf\esp-2022r1-11.2.0\xtensa-esp32s3-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
@ -24,7 +24,7 @@ rule C_COMPILER__i80_controller.2eelf_
############################################# #############################################
# Rule for linking CXX executable. # Rule for linking CXX executable.
rule CXX_EXECUTABLE_LINKER__i80_controller.2eelf_ rule CXX_EXECUTABLE_LINKER__led_matrix.2eelf_
command = cmd.exe /C "$PRE_LINK && E:\Espressif\tools\xtensa-esp32s3-elf\esp-2022r1-11.2.0\xtensa-esp32s3-elf\bin\xtensa-esp32s3-elf-g++.exe $FLAGS $LINK_FLAGS @$RSP_FILE -o $TARGET_FILE && $POST_BUILD" command = cmd.exe /C "$PRE_LINK && E:\Espressif\tools\xtensa-esp32s3-elf\esp-2022r1-11.2.0\xtensa-esp32s3-elf\bin\xtensa-esp32s3-elf-g++.exe $FLAGS $LINK_FLAGS @$RSP_FILE -o $TARGET_FILE && $POST_BUILD"
description = Linking CXX executable $TARGET_FILE description = Linking CXX executable $TARGET_FILE
rspfile = $RSP_FILE rspfile = $RSP_FILE

View File

@ -1,2 +1,2 @@
--flash_mode dio --flash_freq 80m --flash_size 2MB --flash_mode dio --flash_freq 80m --flash_size 2MB
0x10000 i80_controller.bin 0x10000 led_matrix.bin

View File

@ -1,284 +1,157 @@
# ninja log v5 # ninja log v5
166 450 7283051557382340 CMakeFiles/bootloader.elf.dir/project_elf_src_esp32s3.c.obj 9ddee9a3f4ea0fe1 166 450 7283051557382340 CMakeFiles/bootloader.elf.dir/project_elf_src_esp32s3.c.obj 9ddee9a3f4ea0fe1
7020 7527 7283051626982373 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj afa8a7a71ad2556c 1527 2478 7283069267890636 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj afa8a7a71ad2556c
5877 6612 7283051616532409 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj 2c8f735b68d0052f 2500 3605 7283069279680667 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj 2c8f735b68d0052f
21 408 7283051556072345 esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj ab133841bdf845d4 40 820 7283069251590654 esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj ab133841bdf845d4
6721 7513 7283051625532331 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj eb135faf746ed991 4584 5485 7283069298620647 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj eb135faf746ed991
5933 6304 7283051615942355 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj 7b3cc392dcffd111 2516 3472 7283069278050649 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj 7b3cc392dcffd111
4 165 7283051554912360 project_elf_src_esp32s3.c 8e8f5db7bf29a312 4 165 7283051554912360 project_elf_src_esp32s3.c 8e8f5db7bf29a312
6638 6976 7283051622082360 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console_loader.c.obj 359b14d700530019 3627 4271 7283069287410634 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console_loader.c.obj 359b14d700530019
6688 7012 7283051623332349 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32s3/bootloader_sha.c.obj 629383978975abdc 4040 4651 7283069291260654 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32s3/bootloader_sha.c.obj 629383978975abdc
27 439 7283051556942356 esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj 3abfd2fc49bd1260 27 439 7283051556942356 esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj 3abfd2fc49bd1260
6291 6686 7283051620102349 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj 8246ba60ba726978 3590 4788 7283069291670638 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj 8246ba60ba726978
4 165 7283051554912360 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/project_elf_src_esp32s3.c 8e8f5db7bf29a312 4 165 7283051554912360 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/project_elf_src_esp32s3.c 8e8f5db7bf29a312
833 5211 7283051564842336 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/uart_periph.c.obj c733cf5cbc3694b 941 1901 7283069259660650 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/uart_periph.c.obj c733cf5cbc3694b
787 5185 7283051564722337 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/touch_sensor_periph.c.obj 6e5dd73c41de92 865 1827 7283069259070657 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/touch_sensor_periph.c.obj 6e5dd73c41de92
45 419 7283051556302337 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/gdma_periph.c.obj 62fb3cd200cd9199 45 419 7283051556302337 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/gdma_periph.c.obj 62fb3cd200cd9199
6625 6983 7283051622752343 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_panic.c.obj f503d954c8cd5676 3743 4583 7283069290970652 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_panic.c.obj f503d954c8cd5676
11 425 7283051556612343 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xt_trax.c.obj cf749baf42c5dc9b 24 806 7283069251270648 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xt_trax.c.obj cf749baf42c5dc9b
6613 6995 7283051622952352 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console.c.obj dedb338dd2cc3052 4069 5221 7283069292660668 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console.c.obj dedb338dd2cc3052
465 832 7283051561122336 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/ledc_periph.c.obj a955767996cc7f11 168 880 7283069252870623 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/ledc_periph.c.obj a955767996cc7f11
58 433 7283051556762344 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/interrupts.c.obj 34022972e443e80 269 957 7283069253370643 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/interrupts.c.obj 34022972e443e80
6977 7520 7283051626762351 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32s3/esp_efuse_fields.c.obj 3783c9ccffdc3864 4288 5365 7283069294310636 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32s3/esp_efuse_fields.c.obj 3783c9ccffdc3864
15 458 7283051557532338 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj ab0fcb7963c85a72 15 458 7283051557532338 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj ab0fcb7963c85a72
5205 5883 7283051609172353 esp-idf/hal/CMakeFiles/__idf_hal.dir/cache_hal.c.obj f9c526bd34983888 1811 2530 7283069268950629 esp-idf/hal/CMakeFiles/__idf_hal.dir/cache_hal.c.obj f9c526bd34983888
39 464 7283051557572342 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/dedic_gpio_periph.c.obj eef1278bfdabf2dd 157 850 7283069252090630 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/dedic_gpio_periph.c.obj eef1278bfdabf2dd
471 805 7283051561072332 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/pcnt_periph.c.obj 666116c0bde98cfc 807 1843 7283069259470633 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/pcnt_periph.c.obj 666116c0bde98cfc
63 470 7283051557792355 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/i2c_periph.c.obj 6b7ae7fae18b1902 53 864 7283069252100636 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/i2c_periph.c.obj 6b7ae7fae18b1902
8920 8985 7283051643842324 esp-idf/esp_system/libesp_system.a 86869633c5e19100 24301 24631 7283069491820631 esp-idf/esp_system/libesp_system.a 86869633c5e19100
771 3022 7283051564032348 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/timer_periph.c.obj 736a437f34be6077 851 1572 7283069258510682 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/timer_periph.c.obj 736a437f34be6077
6731 7556 7283051628262351 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32s3/esp_efuse_utility.c.obj d1c396a9f8868ac1 2 19088 7283923231604905 build.ninja d6b81e42029da96a
33 477 7283051557982350 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/adc_periph.c.obj c9a7f1411196dbc7 4757 5744 7283069300420651 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32s3/esp_efuse_utility.c.obj d1c396a9f8868ac1
112 896 7283069253170637 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/adc_periph.c.obj c9a7f1411196dbc7
434 769 7283051559842323 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/lcd_periph.c.obj 541f828d61e2a159 434 769 7283051559842323 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/lcd_periph.c.obj 541f828d61e2a159
413 777 7283051560372344 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/gpio_periph.c.obj 50b78b8d8ad81282 163 940 7283069253310634 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/gpio_periph.c.obj 50b78b8d8ad81282
441 786 7283051560712346 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/rtc_io_periph.c.obj dc607da128977d00 836 1954 7283069259860638 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/rtc_io_periph.c.obj dc607da128977d00
427 792 7283051560782354 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/i2s_periph.c.obj 9427d3a4a2bc29c 45 605 7283069250950668 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/i2s_periph.c.obj 9427d3a4a2bc29c
458 877 7283051561502336 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/mcpwm_periph.c.obj 640769bfd4fe5b25 781 1345 7283069258590646 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/mcpwm_periph.c.obj 640769bfd4fe5b25
451 798 7283051561022329 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/rmt_periph.c.obj 210e115ca2b319a2 451 798 7283051561022329 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/rmt_periph.c.obj 210e115ca2b319a2
420 847 7283051561522333 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/sdm_periph.c.obj 735d309cb13a9c8c 420 847 7283051561522333 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/sdm_periph.c.obj 735d309cb13a9c8c
5902 6729 7283051619572360 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj d04e4c8c77ee2294
478 1140 7283051561692347 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/sdio_slave_periph.c.obj 93154c202d08a7ed
806 5204 7283051565272359 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/usb_periph.c.obj a30b9833a613cfe6
7521 8229 7283051634452357 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32s3/rtc_clk_init.c.obj 90734658f2bbdc60
778 5178 7283051564662336 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/spi_periph.c.obj a0b13bf50e5651c1
6996 7535 7283051627212365 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32s3/esp_efuse_rtc_calib.c.obj 78c99b3087e9407d
6711 7019 7283051623332349 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32s3/esp_efuse_table.c.obj fcccc6076c269832
5180 5938 7283051610282347 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj 1bcd16c3eeb440bc
793 5191 7283051565092343 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/sdmmc_periph.c.obj 5a7c4f6b7f337f7a
800 5198 7283051563382353 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/temperature_sensor_periph.c.obj 25d10f2c18fa408d
6298 6693 7283051619782354 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj d6b9be15f453e1c1
848 5222 7283051564812345 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/usb_otg_periph.c.obj d448b83e981e2092
878 5228 7283051565462356 esp-idf/hal/CMakeFiles/__idf_hal.dir/mpu_hal.c.obj 455ae3735d201f8c
6694 7006 7283051623062354 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32s3/bootloader_soc.c.obj 5578771ab1366165
3017 5234 7283051595702339 esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/uECC_verify_antifault.c.obj 9165f8576175cceb
5951 6315 7283051616422337 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj 51d1c3584d162ebc
5174 5869 7283051608022331 esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj b235474f7c9302ef
5870 6703 7283051617032340 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj c6fe4dd9ffe5c021
5192 5876 7283051609032345 esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj c31e973e750c3875
8098 8488 7283051637172360 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj 5be6ed2d7b494a1c
5223 5893 7283051609272344 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj 6a61e3c015ad0bf8
5229 5900 7283051609622359 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj 77efdb52a599f17b
5235 6290 7283051613412329 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj 586929fd45bc9244
5199 5932 7283051610022360 esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32s3/efuse_hal.c.obj 11d3eae38058112
5212 5949 7283051611052333 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj 86a505aa34697be
5895 6297 7283051615742431 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32s3.c.obj ef60fbd3c0b5ca61
5940 6623 7283051616612335 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32s3.c.obj 837ef3a7801401f8
5186 6631 7283051616822326 esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj 1371350ec5c9b705
6305 7026 7283051623872362 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj e59892f4db6e2d84
6316 6709 7283051619092359 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_loader.c.obj 3a3ae9b3e4e170c1
5884 6719 7283051619492338 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj 909fac1f8e9f4e21
6704 7505 7283051625492332 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32s3/bootloader_esp32s3.c.obj 45b1df2b1dba101d
6986 7543 7283051627512358 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj d442deecb9e2049c
7027 7549 7283051627912345 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj 7af21a2ec5f5a4e4
7014 7562 7283051628612355 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c.obj 9b83d33fc1f199f2
7007 7569 7283051628722341 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj c1dc699f337b1d4c
7557 7872 7283051632602379 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32s3/chip_info.c.obj 9d13ac957242634f
7570 8097 7283051632672351 esp-idf/log/CMakeFiles/__idf_log.dir/log_noos.c.obj 79942b0ca4685976
7564 8106 7283051633972356 esp-idf/log/CMakeFiles/__idf_log.dir/log_buffers.c.obj d522e6648a8df992
7515 8221 7283051633872356 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32s3/rtc_clk.c.obj 22877aedeb0d29de
7508 8238 7283051634902374 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj dd2c225fcac294f8
8107 8368 7283051636262349 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj bb9214ba05b5fef6
7544 8375 7283051635052351 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32s3/rtc_pm.c.obj a4a2131a3cda832e
7551 8381 7283051635052351 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32s3/rtc_sleep.c.obj 3abe0d9072a7142b
7528 8388 7283051635492345 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32s3/rtc_time.c.obj 3b8b8c4196f334ab
8986 9059 7283051644562334 esp-idf/efuse/libefuse.a 1773d4b5081e1a18
7873 8397 7283051635762454 esp-idf/log/CMakeFiles/__idf_log.dir/log.c.obj 6fa9e23f8ec91ffb
8223 8405 7283051637202366 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj eef793ff4b38398b
8230 8411 7283051637762342 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_regi2c.c.obj c506344917d24afc
8239 8474 7283051637842358 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj 5fa38492b48fbdfd
7536 8481 7283051636632369 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32s3/rtc_init.c.obj 55c6e59123dd0800
8390 8664 7283051639772353 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_cache_writeback_esp32s3.S.obj 2d9b234d04b68c65
8476 8678 7283051640252360 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_mmap.c.obj 82a341b79849b801
8398 8679 7283051640332334 esp-idf/log/liblog.a 2f2058af0a77da2d
8383 8680 7283051640372345 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_cache_esp32s2_esp32s3.c.obj cb3446d5390e2f82
8370 8681 7283051640602354 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj 2348380484860335
8412 8699 7283051640622352 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj 26a3b4db2708b6
8376 8700 7283051640732338 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_systimer.c.obj 178bdb3db966ac18
8406 8702 7283051640792346 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_longjmp.S.obj c0db422c4f919914
8482 8712 7283051641082321 esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj 217fc6f2342acd11
8703 8780 7283051641782321 esp-idf/esp_rom/libesp_rom.a 577bee9af75d196a
8781 8847 7283051642452319 esp-idf/esp_common/libesp_common.a ff05070a33c70fc0
8848 8919 7283051643182323 esp-idf/esp_hw_support/libesp_hw_support.a 8c5d8098a908b456
9060 9146 7283051645442341 esp-idf/bootloader_support/libbootloader_support.a 2a478a19f530f3aa
9147 9212 7283051646112330 esp-idf/esp_app_format/libesp_app_format.a f1e6d33a2b85b1f6
9214 9278 7283051646772336 esp-idf/hal/libhal.a 8285e133d0662ad3
9279 9349 7283051647472322 esp-idf/micro-ecc/libmicro-ecc.a a597cac6461d795c
9349 9427 7283051648252321 esp-idf/soc/libsoc.a 852b8feb25cf24bc
9427 9492 7283051648902318 esp-idf/xtensa/libxtensa.a fb38672463586c35
9493 9560 7283051649572322 esp-idf/main/libmain.a b45eaeb0bb1b6818
9561 9774 7283051651572314 bootloader.elf 21b05ec2f3ba91d
9775 10061 7283051654582314 .bin_timestamp be7fcd5b4dfaa0d5
9775 10061 7283051654582314 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/.bin_timestamp be7fcd5b4dfaa0d5
9 117 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
9 117 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
2 19088 7283069244260645 build.ninja d6b81e42029da96a
45 605 7283069250950668 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/i2s_periph.c.obj 9427d3a4a2bc29c
24 806 7283069251270648 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xt_trax.c.obj cf749baf42c5dc9b
40 820 7283069251590654 esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj ab133841bdf845d4
11 835 7283069251420649 esp-idf/hal/CMakeFiles/__idf_hal.dir/mpu_hal.c.obj 455ae3735d201f8c
157 850 7283069252090630 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/dedic_gpio_periph.c.obj eef1278bfdabf2dd
53 864 7283069252100636 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/i2c_periph.c.obj 6b7ae7fae18b1902
168 880 7283069252870623 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/ledc_periph.c.obj a955767996cc7f11
112 896 7283069253170637 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/adc_periph.c.obj c9a7f1411196dbc7
163 940 7283069253310634 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/gpio_periph.c.obj 50b78b8d8ad81282
269 957 7283069253370643 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/interrupts.c.obj 34022972e443e80
781 1345 7283069258590646 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/mcpwm_periph.c.obj 640769bfd4fe5b25
851 1572 7283069258510682 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/timer_periph.c.obj 736a437f34be6077
958 1587 7283069258480655 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/usb_periph.c.obj a30b9833a613cfe6
821 1672 7283069258930665 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/sdio_slave_periph.c.obj 93154c202d08a7ed
865 1827 7283069259070657 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/touch_sensor_periph.c.obj 6e5dd73c41de92
807 1843 7283069259470633 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/pcnt_periph.c.obj 666116c0bde98cfc
896 1861 7283069259370641 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/spi_periph.c.obj a0b13bf50e5651c1
941 1901 7283069259660650 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/uart_periph.c.obj c733cf5cbc3694b
836 1954 7283069259860638 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/rtc_io_periph.c.obj dc607da128977d00
881 2005 7283069260530634 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/sdmmc_periph.c.obj 5a7c4f6b7f337f7a
1588 2115 7283069266090651 esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj c31e973e750c3875
1573 2408 7283069267110650 esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32s3/efuse_hal.c.obj 11d3eae38058112
1527 2478 7283069267890636 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj afa8a7a71ad2556c
1828 2499 7283069268290625 esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj b235474f7c9302ef
1886 2515 7283069269130663 esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj 1371350ec5c9b705
1811 2530 7283069268950629 esp-idf/hal/CMakeFiles/__idf_hal.dir/cache_hal.c.obj f9c526bd34983888
1955 2551 7283069270000639 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj 77efdb52a599f17b
1901 2660 7283069270310645 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj c6fe4dd9ffe5c021
1844 3027 7283069272360644 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj 1bcd16c3eeb440bc
2006 3205 7283069271920636 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj 6a61e3c015ad0bf8
2516 3472 7283069278050649 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj 7b3cc392dcffd111
2485 3572 7283069278600643 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32s3.c.obj ef60fbd3c0b5ca61
2410 3588 7283069279210678 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj 586929fd45bc9244
2500 3605 7283069279680667 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj 2c8f735b68d0052f
2313 3625 7283069280090652 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj 86a505aa34697be
3028 3641 7283069281430644 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_loader.c.obj 3a3ae9b3e4e170c1
2573 3742 7283069281930657 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj 909fac1f8e9f4e21
2986 3875 7283069282620648 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj 51d1c3584d162ebc
2531 4068 7283069284030656 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj d04e4c8c77ee2294 2531 4068 7283069284030656 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj d04e4c8c77ee2294
3607 4253 7283069286950638 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32s3/bootloader_soc.c.obj 5578771ab1366165 821 1672 7283069258930665 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/sdio_slave_periph.c.obj 93154c202d08a7ed
3627 4271 7283069287410634 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console_loader.c.obj 359b14d700530019 958 1587 7283069258480655 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/usb_periph.c.obj a30b9833a613cfe6
3420 4287 7283069287230646 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj e59892f4db6e2d84 5309 6918 7283069311430661 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32s3/rtc_clk_init.c.obj 90734658f2bbdc60
3520 4303 7283069287560652 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32s3.c.obj 837ef3a7801401f8 896 1861 7283069259370641 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/spi_periph.c.obj a0b13bf50e5651c1
3574 4421 7283069288160637 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj d6b9be15f453e1c1
3743 4583 7283069290970652 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_panic.c.obj f503d954c8cd5676
4040 4651 7283069291260654 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32s3/bootloader_sha.c.obj 629383978975abdc
3643 4772 7283069291430651 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32s3/bootloader_esp32s3.c.obj 45b1df2b1dba101d
3590 4788 7283069291670638 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj 8246ba60ba726978
4069 5221 7283069292660668 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console.c.obj dedb338dd2cc3052
4257 5237 7283069293840662 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32s3/esp_efuse_rtc_calib.c.obj 78c99b3087e9407d 4257 5237 7283069293840662 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32s3/esp_efuse_rtc_calib.c.obj 78c99b3087e9407d
4272 5308 7283069294210654 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32s3/esp_efuse_table.c.obj fcccc6076c269832 4272 5308 7283069294210654 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32s3/esp_efuse_table.c.obj fcccc6076c269832
4288 5365 7283069294310636 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32s3/esp_efuse_fields.c.obj 3783c9ccffdc3864 1844 3027 7283069272360644 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj 1bcd16c3eeb440bc
4404 5416 7283069296670640 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj c1dc699f337b1d4c 881 2005 7283069260530634 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/sdmmc_periph.c.obj 5a7c4f6b7f337f7a
4422 5466 7283069298510649 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c.obj 9b83d33fc1f199f2 800 5198 7283051563382353 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/temperature_sensor_periph.c.obj 25d10f2c18fa408d
4584 5485 7283069298620647 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj eb135faf746ed991 3574 4421 7283069288160637 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj d6b9be15f453e1c1
4773 5615 7283069299740637 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj d442deecb9e2049c 848 5222 7283051564812345 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32s3/usb_otg_periph.c.obj d448b83e981e2092
4757 5744 7283069300420651 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32s3/esp_efuse_utility.c.obj d1c396a9f8868ac1 11 835 7283069251420649 esp-idf/hal/CMakeFiles/__idf_hal.dir/mpu_hal.c.obj 455ae3735d201f8c
5222 5865 7283069303390654 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj dd2c225fcac294f8 3607 4253 7283069286950638 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32s3/bootloader_soc.c.obj 5578771ab1366165
5201 6067 7283069304980709 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj 7af21a2ec5f5a4e4 3017 5234 7283051595702339 esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/uECC_verify_antifault.c.obj 9165f8576175cceb
5522 6278 7283069307230654 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32s3/rtc_sleep.c.obj 3abe0d9072a7142b 2986 3875 7283069282620648 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj 51d1c3584d162ebc
5270 6392 7283069308400658 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32s3/rtc_clk.c.obj 22877aedeb0d29de 1828 2499 7283069268290625 esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj b235474f7c9302ef
5417 6413 7283069308770635 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32s3/rtc_pm.c.obj a4a2131a3cda832e 1901 2660 7283069270310645 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj c6fe4dd9ffe5c021
5467 6474 7283069309860637 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32s3/rtc_time.c.obj 3b8b8c4196f334ab 1588 2115 7283069266090651 esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj c31e973e750c3875
5746 6521 7283069310350646 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj 2348380484860335
5617 6694 7283069309760651 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32s3/chip_info.c.obj 9d13ac957242634f
5866 6749 7283069311290638 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj bb9214ba05b5fef6
5366 6794 7283069311070655 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32s3/rtc_init.c.obj 55c6e59123dd0800
5309 6918 7283069311430661 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32s3/rtc_clk_init.c.obj 90734658f2bbdc60
6068 7049 7283069312910651 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj 5be6ed2d7b494a1c 6068 7049 7283069312910651 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj 5be6ed2d7b494a1c
6377 7201 7283069314720654 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_systimer.c.obj 178bdb3db966ac18 2006 3205 7283069271920636 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj 6a61e3c015ad0bf8
6393 7214 7283069314100639 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_longjmp.S.obj c0db422c4f919914 1955 2551 7283069270000639 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj 77efdb52a599f17b
2410 3588 7283069279210678 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj 586929fd45bc9244
1573 2408 7283069267110650 esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32s3/efuse_hal.c.obj 11d3eae38058112
2313 3625 7283069280090652 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj 86a505aa34697be
2485 3572 7283069278600643 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32s3.c.obj ef60fbd3c0b5ca61
3520 4303 7283069287560652 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32s3.c.obj 837ef3a7801401f8
1886 2515 7283069269130663 esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj 1371350ec5c9b705
3420 4287 7283069287230646 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj e59892f4db6e2d84
3028 3641 7283069281430644 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_loader.c.obj 3a3ae9b3e4e170c1
2573 3742 7283069281930657 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj 909fac1f8e9f4e21
3643 4772 7283069291430651 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32s3/bootloader_esp32s3.c.obj 45b1df2b1dba101d
4773 5615 7283069299740637 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj d442deecb9e2049c
5201 6067 7283069304980709 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj 7af21a2ec5f5a4e4
4422 5466 7283069298510649 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c.obj 9b83d33fc1f199f2
4404 5416 7283069296670640 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj c1dc699f337b1d4c
5617 6694 7283069309760651 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32s3/chip_info.c.obj 9d13ac957242634f
7202 7852 7283069323350655 esp-idf/log/CMakeFiles/__idf_log.dir/log_noos.c.obj 79942b0ca4685976
7186 7627 7283069321740648 esp-idf/log/CMakeFiles/__idf_log.dir/log_buffers.c.obj d522e6648a8df992
5270 6392 7283069308400658 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32s3/rtc_clk.c.obj 22877aedeb0d29de
5222 5865 7283069303390654 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj dd2c225fcac294f8
5866 6749 7283069311290638 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj bb9214ba05b5fef6
5417 6413 7283069308770635 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32s3/rtc_pm.c.obj a4a2131a3cda832e
5522 6278 7283069307230654 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32s3/rtc_sleep.c.obj 3abe0d9072a7142b
5467 6474 7283069309860637 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32s3/rtc_time.c.obj 3b8b8c4196f334ab
24632 24913 7283069494730627 esp-idf/efuse/libefuse.a 1773d4b5081e1a18
6919 7713 7283069321990647 esp-idf/log/CMakeFiles/__idf_log.dir/log.c.obj 6fa9e23f8ec91ffb
8223 8405 7283051637202366 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj eef793ff4b38398b
6649 7275 7283069316550636 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_regi2c.c.obj c506344917d24afc
6423 7233 7283069315550652 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj 5fa38492b48fbdfd 6423 7233 7283069315550652 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj 5fa38492b48fbdfd
6475 7244 7283069315650643 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj 26a3b4db2708b6 5366 6794 7283069311070655 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32s3/rtc_init.c.obj 55c6e59123dd0800
6695 7254 7283069316280672 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_cache_writeback_esp32s3.S.obj 2d9b234d04b68c65 6695 7254 7283069316280672 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_cache_writeback_esp32s3.S.obj 2d9b234d04b68c65
6750 7265 7283069316520641 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_mmap.c.obj 82a341b79849b801 6750 7265 7283069316520641 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_mmap.c.obj 82a341b79849b801
6649 7275 7283069316550636 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_regi2c.c.obj c506344917d24afc
6795 7538 7283069320560645 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_cache_esp32s2_esp32s3.c.obj cb3446d5390e2f82
7186 7627 7283069321740648 esp-idf/log/CMakeFiles/__idf_log.dir/log_buffers.c.obj d522e6648a8df992
6919 7713 7283069321990647 esp-idf/log/CMakeFiles/__idf_log.dir/log.c.obj 6fa9e23f8ec91ffb
7215 7814 7283069323160635 esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj 217fc6f2342acd11
7202 7852 7283069323350655 esp-idf/log/CMakeFiles/__idf_log.dir/log_noos.c.obj 79942b0ca4685976
7852 8855 7283069333400654 esp-idf/log/liblog.a 2f2058af0a77da2d 7852 8855 7283069333400654 esp-idf/log/liblog.a 2f2058af0a77da2d
6795 7538 7283069320560645 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_cache_esp32s2_esp32s3.c.obj cb3446d5390e2f82
5746 6521 7283069310350646 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj 2348380484860335
6475 7244 7283069315650643 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj 26a3b4db2708b6
6377 7201 7283069314720654 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_systimer.c.obj 178bdb3db966ac18
6393 7214 7283069314100639 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_longjmp.S.obj c0db422c4f919914
7215 7814 7283069323160635 esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj 217fc6f2342acd11
8874 9581 7283069340620631 esp-idf/esp_rom/libesp_rom.a 577bee9af75d196a 8874 9581 7283069340620631 esp-idf/esp_rom/libesp_rom.a 577bee9af75d196a
9637 10051 7283069345590633 esp-idf/esp_common/libesp_common.a ff05070a33c70fc0 9637 10051 7283069345590633 esp-idf/esp_common/libesp_common.a ff05070a33c70fc0
10061 24168 7283069487140636 esp-idf/esp_hw_support/libesp_hw_support.a 8c5d8098a908b456 10061 24168 7283069487140636 esp-idf/esp_hw_support/libesp_hw_support.a 8c5d8098a908b456
24301 24631 7283069491820631 esp-idf/esp_system/libesp_system.a 86869633c5e19100
24632 24913 7283069494730627 esp-idf/efuse/libefuse.a 1773d4b5081e1a18
25206 25682 7283069501760638 esp-idf/bootloader_support/libbootloader_support.a 2a478a19f530f3aa 25206 25682 7283069501760638 esp-idf/bootloader_support/libbootloader_support.a 2a478a19f530f3aa
25683 25998 7283069505360640 esp-idf/esp_app_format/libesp_app_format.a f1e6d33a2b85b1f6 25683 25998 7283069505360640 esp-idf/esp_app_format/libesp_app_format.a f1e6d33a2b85b1f6
26003 26339 7283069508300638 esp-idf/hal/libhal.a 8285e133d0662ad3 26003 26339 7283069508300638 esp-idf/hal/libhal.a 8285e133d0662ad3
9279 9349 7283051647472322 esp-idf/micro-ecc/libmicro-ecc.a a597cac6461d795c
26340 26645 7283069511890643 esp-idf/soc/libsoc.a 852b8feb25cf24bc 26340 26645 7283069511890643 esp-idf/soc/libsoc.a 852b8feb25cf24bc
26743 27167 7283069517060646 esp-idf/xtensa/libxtensa.a fb38672463586c35 26743 27167 7283069517060646 esp-idf/xtensa/libxtensa.a fb38672463586c35
27167 27532 7283069520360641 esp-idf/main/libmain.a b45eaeb0bb1b6818 27167 27532 7283069520360641 esp-idf/main/libmain.a b45eaeb0bb1b6818
27533 28334 7283069528150659 bootloader.elf 21b05ec2f3ba91d 27533 28334 7283069528150659 bootloader.elf 21b05ec2f3ba91d
28335 28897 7283069534660630 .bin_timestamp be7fcd5b4dfaa0d5 28335 28897 7283069534660630 .bin_timestamp be7fcd5b4dfaa0d5
28335 28897 7283069534660630 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/.bin_timestamp be7fcd5b4dfaa0d5 28335 28897 7283069534660630 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/.bin_timestamp be7fcd5b4dfaa0d5
28897 29026 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d 10 126 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
28897 29026 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d 10 126 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
8 123 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d 1 6472 7283923231604905 build.ninja d6b81e42029da96a
8 123 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d 7 111 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
8 122 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d 7 111 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
8 122 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d 12 113 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
12 113 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
7 112 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
7 112 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
7 133 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
7 133 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
9 116 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d 9 116 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
9 116 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d 9 116 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
10 117 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
10 117 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
8 122 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
8 122 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
7 124 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
7 124 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
9 117 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
9 117 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
8 125 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
8 125 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
8 119 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
8 119 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
10 114 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
10 114 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
7 118 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
7 118 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
8 146 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
8 146 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
10 119 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
10 119 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
8 121 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
8 121 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
10 124 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
10 124 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
8 118 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
8 118 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
9 123 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
9 123 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
11 122 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
11 122 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
7 122 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
7 122 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
10 123 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
10 123 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
10 122 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
10 122 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
8 123 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
8 123 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
12 125 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
12 125 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
10 121 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
10 121 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
7 116 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
7 116 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
6 110 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
6 110 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
8 124 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
8 124 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
9 118 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d 9 118 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
9 118 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d 9 118 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
8 119 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
8 119 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
8 123 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
8 123 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
16 151 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
16 151 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
9 117 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
9 117 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
9 117 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
9 117 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
8 120 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
8 120 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
9 134 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
9 134 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
8 114 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
8 114 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
8 125 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
8 125 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
10 171 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
10 171 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
9 115 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
9 115 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
9 111 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
9 111 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
7 117 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d 7 117 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
7 117 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d 7 117 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
6 101 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d 8 140 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
6 101 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d 8 140 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
10 123 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d 7 126 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
10 123 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d 7 126 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
9 113 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
9 113 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
7 109 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
7 109 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
7 116 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
7 116 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
9 123 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
9 123 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
9 114 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d
9 114 0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size c7811d3c9742f76d

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,43 @@
{
"sources" :
[
{
"file" : "E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/led_matrix/CMakeFiles/ulp_led_matrix"
},
{
"file" : "E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/led_matrix/CMakeFiles/ulp_led_matrix.rule"
},
{
"file" : "E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/led_matrix/CMakeFiles/ulp_led_matrix-complete.rule"
},
{
"file" : "E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/led_matrix/ulp_led_matrix-prefix/src/ulp_led_matrix-stamp/ulp_led_matrix-build.rule"
},
{
"file" : "E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/led_matrix/ulp_led_matrix-prefix/src/ulp_led_matrix-stamp/ulp_led_matrix-configure.rule"
},
{
"file" : "E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/led_matrix/ulp_led_matrix-prefix/src/ulp_led_matrix-stamp/ulp_led_matrix-download.rule"
},
{
"file" : "E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/led_matrix/ulp_led_matrix-prefix/src/ulp_led_matrix-stamp/ulp_led_matrix-install.rule"
},
{
"file" : "E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/led_matrix/ulp_led_matrix-prefix/src/ulp_led_matrix-stamp/ulp_led_matrix-mkdir.rule"
},
{
"file" : "E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/led_matrix/ulp_led_matrix-prefix/src/ulp_led_matrix-stamp/ulp_led_matrix-patch.rule"
},
{
"file" : "E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/led_matrix/ulp_led_matrix-prefix/src/ulp_led_matrix-stamp/ulp_led_matrix-update.rule"
}
],
"target" :
{
"labels" :
[
"ulp_led_matrix"
],
"name" : "ulp_led_matrix"
}
}

View File

@ -0,0 +1,13 @@
# Target labels
ulp_led_matrix
# Source files and their labels
E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/led_matrix/CMakeFiles/ulp_led_matrix
E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/led_matrix/CMakeFiles/ulp_led_matrix.rule
E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/led_matrix/CMakeFiles/ulp_led_matrix-complete.rule
E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/led_matrix/ulp_led_matrix-prefix/src/ulp_led_matrix-stamp/ulp_led_matrix-build.rule
E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/led_matrix/ulp_led_matrix-prefix/src/ulp_led_matrix-stamp/ulp_led_matrix-configure.rule
E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/led_matrix/ulp_led_matrix-prefix/src/ulp_led_matrix-stamp/ulp_led_matrix-download.rule
E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/led_matrix/ulp_led_matrix-prefix/src/ulp_led_matrix-stamp/ulp_led_matrix-install.rule
E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/led_matrix/ulp_led_matrix-prefix/src/ulp_led_matrix-stamp/ulp_led_matrix-mkdir.rule
E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/led_matrix/ulp_led_matrix-prefix/src/ulp_led_matrix-stamp/ulp_led_matrix-patch.rule
E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/led_matrix/ulp_led_matrix-prefix/src/ulp_led_matrix-stamp/ulp_led_matrix-update.rule

View File

@ -0,0 +1,39 @@
# Install script for directory: E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/components/led_matrix
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/i80_controller")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
if(COMPONENT)
message(STATUS "Install component: \"${COMPONENT}\"")
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
else()
set(CMAKE_INSTALL_COMPONENT)
endif()
endif()
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "TRUE")
endif()
# Set default install directory permissions.
if(NOT DEFINED CMAKE_OBJDUMP)
set(CMAKE_OBJDUMP "E:/Espressif/tools/xtensa-esp32s3-elf/esp-2022r1-11.2.0/xtensa-esp32s3-elf/bin/xtensa-esp32s3-elf-objdump.exe")
endif()

Binary file not shown.

View File

@ -0,0 +1,9 @@
# This is a generated file and its contents are an internal implementation detail.
# The download step will be re-executed if anything in this file changes.
# No other meaning or use of this file is supported.
method=source_dir
command=
source_dir=E:/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/cmake
work_dir=

View File

@ -0,0 +1 @@
cmd='E:/Espressif/tools/cmake/3.24.0/bin/cmake.exe;-DCMAKE_GENERATOR=Ninja;-DCMAKE_TOOLCHAIN_FILE=E:/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/cmake/toolchain-ulp-riscv.cmake;-DULP_S_SOURCES=$<TARGET_PROPERTY:ulp_led_matrix,ULP_SOURCES>;-DULP_APP_NAME=ulp_led_matrix;-DCOMPONENT_DIR=E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/components/led_matrix;-DCOMPONENT_INCLUDES=$<TARGET_PROPERTY:__idf_led_matrix,INTERFACE_INCLUDE_DIRECTORIES>;-DIDF_TARGET=esp32s3;-DIDF_PATH=E:/Espressif/frameworks/esp-idf-v5.0.4;-DSDKCONFIG_HEADER=E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/config/sdkconfig.h;-DPYTHON=E:/Espressif/python_env/idf5.0_py3.11_env/Scripts/python.exe;-DULP_COCPU_IS_RISCV=ON;-GNinja;<SOURCE_DIR><SOURCE_SUBDIR>'

View File

@ -0,0 +1,22 @@
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
# file Copyright.txt or https://cmake.org/licensing for details.
cmake_minimum_required(VERSION 3.5)
file(MAKE_DIRECTORY
"E:/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/cmake"
"E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/led_matrix/ulp_led_matrix"
"E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/led_matrix/ulp_led_matrix-prefix"
"E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/led_matrix/ulp_led_matrix-prefix/tmp"
"E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/led_matrix/ulp_led_matrix-prefix/src/ulp_led_matrix-stamp"
"E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/led_matrix/ulp_led_matrix-prefix/src"
"E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/led_matrix/ulp_led_matrix-prefix/src/ulp_led_matrix-stamp"
)
set(configSubDirs )
foreach(subDir IN LISTS configSubDirs)
file(MAKE_DIRECTORY "E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/led_matrix/ulp_led_matrix-prefix/src/ulp_led_matrix-stamp/${subDir}")
endforeach()
if(cfgdir)
file(MAKE_DIRECTORY "E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/led_matrix/ulp_led_matrix-prefix/src/ulp_led_matrix-stamp${cfgdir}") # cfgdir has leading slash
endif()

Binary file not shown.

View File

@ -0,0 +1,24 @@
# ninja log v5
1 68 7283813753791473 ulp_riscv.ld 8601fda10952d80e
1 68 7283813753791473 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/led_matrix/ulp_led_matrix/ulp_riscv.ld 8601fda10952d80e
73 183 7283813753791473 E:/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_print.c ab0892453e24e9fc
75 184 7283813753791473 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/components/led_matrix/ulp/main.c ab0892453e24e9fc
69 187 7283813753791473 E:/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_adc.c ab0892453e24e9fc
79 191 7283813753791473 E:/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/start.S ab0892453e24e9fc
81 195 7283813753791473 E:/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_utils.c ab0892453e24e9fc
77 197 7283813753791473 E:/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_uart.c ab0892453e24e9fc
198 387 7283813756471489 CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/start.S.obj 81ce123cdf0083a1
218 388 7283813756901482 CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_print.c.obj e6c4a589b4696e3d
223 427 7283813757391488 CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_utils.c.obj 4a9696cca66354f9
204 454 7283813757641494 CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/components/led_matrix/ulp/main.c.obj bf7b2360c8fe222c
213 457 7283813757651479 CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_uart.c.obj c161d6270762fa71
209 473 7283813757871476 CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_adc.c.obj 5afff15c3d94be55
475 559 7283813758621475 ulp_led_matrix a26cfe6f2944c4e0
560 588 7283813759031481 ulp_led_matrix.bin 46ab6f9eff670084
560 588 7283813759031481 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/led_matrix/ulp_led_matrix/ulp_led_matrix.bin 46ab6f9eff670084
564 594 7283813759091602 ulp_led_matrix.sym 6ec6df5d230ee4bc
564 594 7283813759091602 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/led_matrix/ulp_led_matrix/ulp_led_matrix.sym 6ec6df5d230ee4bc
594 669 7283813759771467 ulp_led_matrix.ld 9c033ed1a9bab48a
594 669 7283813759771467 ulp_led_matrix.h 9c033ed1a9bab48a
594 669 7283813759771467 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/led_matrix/ulp_led_matrix/ulp_led_matrix.ld 9c033ed1a9bab48a
594 669 7283813759771467 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/led_matrix/ulp_led_matrix/ulp_led_matrix.h 9c033ed1a9bab48a

View File

@ -0,0 +1,395 @@
# This is the CMakeCache file.
# For build in directory: e:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/led_matrix/ulp_led_matrix
# It was generated by CMake: E:/Espressif/tools/cmake/3.24.0/bin/cmake.exe
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
# VALUE is the current value for the KEY.
########################
# EXTERNAL cache entries
########################
//Path to a program.
CMAKE_ADDR2LINE:FILEPATH=E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/riscv32-esp-elf-addr2line.exe
//Path to a program.
CMAKE_AR:FILEPATH=E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/riscv32-esp-elf-ar.exe
//A wrapper around 'ar' adding the appropriate '--plugin' option
// for the GCC compiler
CMAKE_ASM_COMPILER_AR:FILEPATH=E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar.exe
//A wrapper around 'ranlib' adding the appropriate '--plugin' option
// for the GCC compiler
CMAKE_ASM_COMPILER_RANLIB:FILEPATH=E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib.exe
//Assembler Base Flags
CMAKE_ASM_FLAGS:STRING=-march=rv32imc -x assembler-with-cpp
//Flags used by the ASM compiler during DEBUG builds.
CMAKE_ASM_FLAGS_DEBUG:STRING=-g
//Flags used by the ASM compiler during MINSIZEREL builds.
CMAKE_ASM_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
//Flags used by the ASM compiler during RELEASE builds.
CMAKE_ASM_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
//Flags used by the ASM compiler during RELWITHDEBINFO builds.
CMAKE_ASM_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
//Choose the type of build, options are: None Debug Release RelWithDebInfo
// MinSizeRel ...
CMAKE_BUILD_TYPE:STRING=
//C++ Compiler Base Flags
CMAKE_CXX_FLAGS:STRING=-Os -march=rv32imc -mdiv -fdata-sections -ffunction-sections
//A wrapper around 'ar' adding the appropriate '--plugin' option
// for the GCC compiler
CMAKE_C_COMPILER_AR:FILEPATH=E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar.exe
//A wrapper around 'ranlib' adding the appropriate '--plugin' option
// for the GCC compiler
CMAKE_C_COMPILER_RANLIB:FILEPATH=E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib.exe
//C Compiler Base Flags
CMAKE_C_FLAGS:STRING=-Os -march=rv32imc -mdiv -fdata-sections -ffunction-sections
//Flags used by the C compiler during DEBUG builds.
CMAKE_C_FLAGS_DEBUG:STRING=-g
//Flags used by the C compiler during MINSIZEREL builds.
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
//Flags used by the C compiler during RELEASE builds.
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
//Flags used by the C compiler during RELWITHDEBINFO builds.
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
//Path to a program.
CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND
//Linker Base Flags
CMAKE_EXE_LINKER_FLAGS:STRING=-march=rv32imc --specs=nano.specs --specs=nosys.specs
//Flags used by the linker during DEBUG builds.
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during MINSIZEREL builds.
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during RELEASE builds.
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during RELWITHDEBINFO builds.
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Enable/Disable output of compile commands during generation.
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
//Value Computed by CMake.
CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/led_matrix/ulp_led_matrix/CMakeFiles/pkgRedirects
//No help, variable specified on the command line.
CMAKE_GENERATOR:UNINITIALIZED=Ninja
//Install path prefix, prepended onto install directories.
CMAKE_INSTALL_PREFIX:PATH=C:/Program Files (x86)/ulp_led_matrix
//Path to a program.
CMAKE_LINKER:FILEPATH=E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/riscv32-esp-elf-ld.exe
//Program used to build from build.ninja files.
CMAKE_MAKE_PROGRAM:FILEPATH=E:/Espressif/tools/ninja/1.10.2/ninja.exe
//Flags used by the linker during the creation of modules during
// all build types.
CMAKE_MODULE_LINKER_FLAGS:STRING=
//Flags used by the linker during the creation of modules during
// DEBUG builds.
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during the creation of modules during
// MINSIZEREL builds.
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during the creation of modules during
// RELEASE builds.
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during the creation of modules during
// RELWITHDEBINFO builds.
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Path to a program.
CMAKE_NM:FILEPATH=E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/riscv32-esp-elf-nm.exe
//Path to a program.
CMAKE_OBJCOPY:FILEPATH=E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/riscv32-esp-elf-objcopy.exe
//Path to a program.
CMAKE_OBJDUMP:FILEPATH=E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe
//Value Computed by CMake
CMAKE_PROJECT_DESCRIPTION:STATIC=
//Value Computed by CMake
CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
//Value Computed by CMake
CMAKE_PROJECT_NAME:STATIC=ulp_led_matrix
//Path to a program.
CMAKE_RANLIB:FILEPATH=E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib.exe
//Path to a program.
CMAKE_READELF:FILEPATH=E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/riscv32-esp-elf-readelf.exe
//Flags used by the linker during the creation of shared libraries
// during all build types.
CMAKE_SHARED_LINKER_FLAGS:STRING=
//Flags used by the linker during the creation of shared libraries
// during DEBUG builds.
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during the creation of shared libraries
// during MINSIZEREL builds.
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during the creation of shared libraries
// during RELEASE builds.
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during the creation of shared libraries
// during RELWITHDEBINFO builds.
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//If set, runtime paths are not added when installing shared libraries,
// but are added when building.
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
//If set, runtime paths are not added when using shared libraries.
CMAKE_SKIP_RPATH:BOOL=NO
//Flags used by the linker during the creation of static libraries
// during all build types.
CMAKE_STATIC_LINKER_FLAGS:STRING=
//Flags used by the linker during the creation of static libraries
// during DEBUG builds.
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during the creation of static libraries
// during MINSIZEREL builds.
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during the creation of static libraries
// during RELEASE builds.
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during the creation of static libraries
// during RELWITHDEBINFO builds.
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Path to a program.
CMAKE_STRIP:FILEPATH=E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/riscv32-esp-elf-strip.exe
//The CMake toolchain file
CMAKE_TOOLCHAIN_FILE:FILEPATH=E:/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/cmake/toolchain-ulp-riscv.cmake
//If this value is on, makefiles will be generated without the
// .SILENT directive, and all commands will be echoed to the console
// during the make. This is useful for debugging only. With Visual
// Studio IDE projects all commands are done without /nologo.
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
//No help, variable specified on the command line.
COMPONENT_DIR:UNINITIALIZED=E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/components/led_matrix
//No help, variable specified on the command line.
COMPONENT_INCLUDES:UNINITIALIZED=E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/components/led_matrix;E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/config;E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/config;E:/Espressif/frameworks/esp-idf-v5.0.4/components/newlib/platform_include;E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/config;E:/Espressif/frameworks/esp-idf-v5.0.4/components/freertos/FreeRTOS-Kernel/include;E:/Espressif/frameworks/esp-idf-v5.0.4/components/freertos/esp_additions/include/freertos;E:/Espressif/frameworks/esp-idf-v5.0.4/components/freertos/FreeRTOS-Kernel/portable/xtensa/include;E:/Espressif/frameworks/esp-idf-v5.0.4/components/freertos/esp_additions/include;E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/config;E:/Espressif/frameworks/esp-idf-v5.0.4/components/esp_hw_support/include;E:/Espressif/frameworks/esp-idf-v5.0.4/components/esp_hw_support/include/soc;E:/Espressif/frameworks/esp-idf-v5.0.4/components/esp_hw_support/include/soc/esp32s3;E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/config;E:/Espressif/frameworks/esp-idf-v5.0.4/components/esp_hw_support/port/esp32s3/.;E:/Espressif/frameworks/esp-idf-v5.0.4/components/esp_hw_support/port/esp32s3/private_include;E:/Espressif/frameworks/esp-idf-v5.0.4/components/heap/include;E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/config;E:/Espressif/frameworks/esp-idf-v5.0.4/components/log/include;E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/config;E:/Espressif/frameworks/esp-idf-v5.0.4/components/soc/include;E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/config;E:/Espressif/frameworks/esp-idf-v5.0.4/components/soc/esp32s3/.;E:/Espressif/frameworks/esp-idf-v5.0.4/components/soc/esp32s3/include;E:/Espressif/frameworks/esp-idf-v5.0.4/components/hal/esp32s3/include;E:/Espressif/frameworks/esp-idf-v5.0.4/components/hal/include;E:/Espressif/frameworks/esp-idf-v5.0.4/components/hal/platform_port/include;E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/config;E:/Espressif/frameworks/esp-idf-v5.0.4/components/esp_rom/include;E:/Espressif/frameworks/esp-idf-v5.0.4/components/esp_rom/include/esp32s3;E:/Espressif/frameworks/esp-idf-v5.0.4/components/esp_rom/esp32s3;E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/config;E:/Espressif/frameworks/esp-idf-v5.0.4/components/esp_common/include;E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/config;E:/Espressif/frameworks/esp-idf-v5.0.4/components/esp_system/include;E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/config;E:/Espressif/frameworks/esp-idf-v5.0.4/components/esp_system/port/soc;E:/Espressif/frameworks/esp-idf-v5.0.4/components/esp_system/port/include/private;E:/Espressif/frameworks/esp-idf-v5.0.4/components/xtensa/include;E:/Espressif/frameworks/esp-idf-v5.0.4/components/xtensa/esp32s3/include;E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/config;E:/Espressif/frameworks/esp-idf-v5.0.4/components/lwip/include;E:/Espressif/frameworks/esp-idf-v5.0.4/components/lwip/include/apps;E:/Espressif/frameworks/esp-idf-v5.0.4/components/lwip/include/apps/sntp;E:/Espressif/frameworks/esp-idf-v5.0.4/components/lwip/lwip/src/include;E:/Espressif/frameworks/esp-idf-v5.0.4/components/lwip/port/esp32/include;E:/Espressif/frameworks/esp-idf-v5.0.4/components/lwip/port/esp32/include/arch;E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/config;E:/Espressif/frameworks/esp-idf-v5.0.4/components/esp_lcd/include;E:/Espressif/frameworks/esp-idf-v5.0.4/components/esp_lcd/interface;E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/config;E:/Espressif/frameworks/esp-idf-v5.0.4/components/esp_timer/include;E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/config;E:/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_common/include;E:/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_common/include/esp32s3;E:/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/include;E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/config;E:/Espressif/frameworks/esp-idf-v5.0.4/components/driver/include;E:/Espressif/frameworks/esp-idf-v5.0.4/components/driver/deprecated;E:/Espressif/frameworks/esp-idf-v5.0.4/components/driver/esp32s3/include;E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/config;E:/Espressif/frameworks/esp-idf-v5.0.4/components/esp_pm/include;E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/config;E:/Espressif/frameworks/esp-idf-v5.0.4/components/esp_ringbuf/include;E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/config;E:/Espressif/frameworks/esp-idf-v5.0.4/components/esp_adc/include;E:/Espressif/frameworks/esp-idf-v5.0.4/components/esp_adc/interface;E:/Espressif/frameworks/esp-idf-v5.0.4/components/esp_adc/esp32s3/include;E:/Espressif/frameworks/esp-idf-v5.0.4/components/esp_adc/deprecated/include;E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/config
//Git command line client
GIT_EXECUTABLE:FILEPATH=E:/Espressif/tools/idf-git/2.39.2/cmd/git.exe
//No help, variable specified on the command line.
IDF_PATH:UNINITIALIZED=E:/Espressif/frameworks/esp-idf-v5.0.4
//No help, variable specified on the command line.
IDF_TARGET:UNINITIALIZED=esp32s3
//No help, variable specified on the command line.
PYTHON:UNINITIALIZED=E:/Espressif/python_env/idf5.0_py3.11_env/Scripts/python.exe
//No help, variable specified on the command line.
SDKCONFIG_HEADER:UNINITIALIZED=E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/config/sdkconfig.h
//No help, variable specified on the command line.
ULP_APP_NAME:UNINITIALIZED=ulp_led_matrix
//Use RISC-V based ULP
ULP_COCPU_IS_RISCV:BOOL=ON
//No help, variable specified on the command line.
ULP_S_SOURCES:UNINITIALIZED=E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/components/led_matrix/ulp/main.c
//Value Computed by CMake
ulp_led_matrix_BINARY_DIR:STATIC=E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/led_matrix/ulp_led_matrix
//Value Computed by CMake
ulp_led_matrix_IS_TOP_LEVEL:STATIC=ON
//Value Computed by CMake
ulp_led_matrix_SOURCE_DIR:STATIC=E:/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/cmake
########################
# INTERNAL cache entries
########################
//ADVANCED property for variable: CMAKE_ADDR2LINE
CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_AR
CMAKE_AR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_ASM_COMPILER_AR
CMAKE_ASM_COMPILER_AR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_ASM_COMPILER_RANLIB
CMAKE_ASM_COMPILER_RANLIB-ADVANCED:INTERNAL=1
CMAKE_ASM_COMPILER_WORKS:INTERNAL=1
//ADVANCED property for variable: CMAKE_ASM_FLAGS
CMAKE_ASM_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_ASM_FLAGS_DEBUG
CMAKE_ASM_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_ASM_FLAGS_MINSIZEREL
CMAKE_ASM_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_ASM_FLAGS_RELEASE
CMAKE_ASM_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_ASM_FLAGS_RELWITHDEBINFO
CMAKE_ASM_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//This is the directory where this CMakeCache.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=e:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/led_matrix/ulp_led_matrix
//Major version of cmake used to create the current loaded cache
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
//Minor version of cmake used to create the current loaded cache
CMAKE_CACHE_MINOR_VERSION:INTERNAL=24
//Patch version of cmake used to create the current loaded cache
CMAKE_CACHE_PATCH_VERSION:INTERNAL=0
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=E:/Espressif/tools/cmake/3.24.0/bin/cmake.exe
//Path to cpack program executable.
CMAKE_CPACK_COMMAND:INTERNAL=E:/Espressif/tools/cmake/3.24.0/bin/cpack.exe
//Path to ctest program executable.
CMAKE_CTEST_COMMAND:INTERNAL=E:/Espressif/tools/cmake/3.24.0/bin/ctest.exe
//ADVANCED property for variable: CMAKE_C_COMPILER_AR
CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB
CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_DLLTOOL
CMAKE_DLLTOOL-ADVANCED:INTERNAL=1
//Path to cache edit program executable.
CMAKE_EDIT_COMMAND:INTERNAL=E:/Espressif/tools/cmake/3.24.0/bin/cmake-gui.exe
//Executable file format
CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
//Generator instance identifier.
CMAKE_GENERATOR_INSTANCE:INTERNAL=
//Name of generator platform.
CMAKE_GENERATOR_PLATFORM:INTERNAL=
//Name of generator toolset.
CMAKE_GENERATOR_TOOLSET:INTERNAL=
//Source directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=E:/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/cmake
//ADVANCED property for variable: CMAKE_LINKER
CMAKE_LINKER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_NM
CMAKE_NM-ADVANCED:INTERNAL=1
//number of local generators
CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1
//ADVANCED property for variable: CMAKE_OBJCOPY
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_OBJDUMP
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
//Platform information initialized
CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
//ADVANCED property for variable: CMAKE_RANLIB
CMAKE_RANLIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_READELF
CMAKE_READELF-ADVANCED:INTERNAL=1
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=E:/Espressif/tools/cmake/3.24.0/share/cmake-3.24
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_RPATH
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STRIP
CMAKE_STRIP-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
//Details about finding Git
FIND_PACKAGE_MESSAGE_DETAILS_Git:INTERNAL=[E:/Espressif/tools/idf-git/2.39.2/cmd/git.exe][v2.39.2.windows.1()]
//ADVANCED property for variable: GIT_EXECUTABLE
GIT_EXECUTABLE-ADVANCED:INTERNAL=1

View File

@ -0,0 +1,20 @@
set(CMAKE_ASM_COMPILER "E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/riscv32-esp-elf-gcc.exe")
set(CMAKE_ASM_COMPILER_ARG1 "")
set(CMAKE_AR "E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/riscv32-esp-elf-ar.exe")
set(CMAKE_ASM_COMPILER_AR "E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar.exe")
set(CMAKE_RANLIB "E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib.exe")
set(CMAKE_ASM_COMPILER_RANLIB "E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib.exe")
set(CMAKE_LINKER "E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/riscv32-esp-elf-ld.exe")
set(CMAKE_MT "")
set(CMAKE_ASM_COMPILER_LOADED 1)
set(CMAKE_ASM_COMPILER_ID "GNU")
set(CMAKE_ASM_COMPILER_VERSION "")
set(CMAKE_ASM_COMPILER_ENV_VAR "ASM")
set(CMAKE_ASM_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC)
set(CMAKE_ASM_LINKER_PREFERENCE 0)

View File

@ -0,0 +1,72 @@
set(CMAKE_C_COMPILER "E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/riscv32-esp-elf-gcc.exe")
set(CMAKE_C_COMPILER_ARG1 "")
set(CMAKE_C_COMPILER_ID "GNU")
set(CMAKE_C_COMPILER_VERSION "11.2.0")
set(CMAKE_C_COMPILER_VERSION_INTERNAL "")
set(CMAKE_C_COMPILER_WRAPPER "")
set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "17")
set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON")
set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert;c_std_17;c_std_23")
set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes")
set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros")
set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert")
set(CMAKE_C17_COMPILE_FEATURES "c_std_17")
set(CMAKE_C23_COMPILE_FEATURES "c_std_23")
set(CMAKE_C_PLATFORM_ID "")
set(CMAKE_C_SIMULATE_ID "")
set(CMAKE_C_COMPILER_FRONTEND_VARIANT "")
set(CMAKE_C_SIMULATE_VERSION "")
set(CMAKE_AR "E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/riscv32-esp-elf-ar.exe")
set(CMAKE_C_COMPILER_AR "E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar.exe")
set(CMAKE_RANLIB "E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib.exe")
set(CMAKE_C_COMPILER_RANLIB "E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib.exe")
set(CMAKE_LINKER "E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/riscv32-esp-elf-ld.exe")
set(CMAKE_MT "")
set(CMAKE_COMPILER_IS_GNUCC 1)
set(CMAKE_C_COMPILER_LOADED 1)
set(CMAKE_C_COMPILER_WORKS TRUE)
set(CMAKE_C_ABI_COMPILED TRUE)
set(CMAKE_C_COMPILER_ENV_VAR "CC")
set(CMAKE_C_COMPILER_ID_RUN 1)
set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m)
set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC)
set(CMAKE_C_LINKER_PREFERENCE 10)
# Save compiler ABI information.
set(CMAKE_C_SIZEOF_DATA_PTR "4")
set(CMAKE_C_COMPILER_ABI "ELF")
set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN")
set(CMAKE_C_LIBRARY_ARCHITECTURE "")
if(CMAKE_C_SIZEOF_DATA_PTR)
set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}")
endif()
if(CMAKE_C_COMPILER_ABI)
set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}")
endif()
if(CMAKE_C_LIBRARY_ARCHITECTURE)
set(CMAKE_LIBRARY_ARCHITECTURE "")
endif()
set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "")
if(CMAKE_C_CL_SHOWINCLUDES_PREFIX)
set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}")
endif()
set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/11.2.0/include;E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/11.2.0/include-fixed;E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/riscv32-esp-elf/sys-include;E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/riscv32-esp-elf/include")
set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;c_nano;gcc;gcc;c_nano;nosys;gcc;c_nano;nosys")
set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/11.2.0/rv32imc/ilp32;E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imc/ilp32;E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/11.2.0;E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/lib/gcc;E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/riscv32-esp-elf/lib")
set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")

View File

@ -0,0 +1,15 @@
set(CMAKE_HOST_SYSTEM "Windows-10.0.19045")
set(CMAKE_HOST_SYSTEM_NAME "Windows")
set(CMAKE_HOST_SYSTEM_VERSION "10.0.19045")
set(CMAKE_HOST_SYSTEM_PROCESSOR "AMD64")
include("E:/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/cmake/toolchain-ulp-riscv.cmake")
set(CMAKE_SYSTEM "Generic")
set(CMAKE_SYSTEM_NAME "Generic")
set(CMAKE_SYSTEM_VERSION "")
set(CMAKE_SYSTEM_PROCESSOR "")
set(CMAKE_CROSSCOMPILING "TRUE")
set(CMAKE_SYSTEM_LOADED 1)

View File

@ -0,0 +1,838 @@
#ifdef __cplusplus
# error "A C++ compiler has been selected for C."
#endif
#if defined(__18CXX)
# define ID_VOID_MAIN
#endif
#if defined(__CLASSIC_C__)
/* cv-qualifiers did not exist in K&R C */
# define const
# define volatile
#endif
#if !defined(__has_include)
/* If the compiler does not have __has_include, pretend the answer is
always no. */
# define __has_include(x) 0
#endif
/* Version number components: V=Version, R=Revision, P=Patch
Version date components: YYYY=Year, MM=Month, DD=Day */
#if defined(__INTEL_COMPILER) || defined(__ICC)
# define COMPILER_ID "Intel"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# if defined(__GNUC__)
# define SIMULATE_ID "GNU"
# endif
/* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later,
except that a few beta releases use the old format with V=2021. */
# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
# if defined(__INTEL_COMPILER_UPDATE)
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
# else
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
# endif
# else
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER)
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE)
/* The third version component from --version is an update index,
but no macro is provided for it. */
# define COMPILER_VERSION_PATCH DEC(0)
# endif
# if defined(__INTEL_COMPILER_BUILD_DATE)
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
# endif
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
# if defined(__GNUC__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
# elif defined(__GNUG__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
# endif
# if defined(__GNUC_MINOR__)
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
# endif
#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER)
# define COMPILER_ID "IntelLLVM"
#if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
#endif
#if defined(__GNUC__)
# define SIMULATE_ID "GNU"
#endif
/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and
* later. Look for 6 digit vs. 8 digit version number to decide encoding.
* VVVV is no smaller than the current year when a version is released.
*/
#if __INTEL_LLVM_COMPILER < 1000000L
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100)
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10)
#else
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000)
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100)
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100)
#endif
#if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
#endif
#if defined(__GNUC__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
#elif defined(__GNUG__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
#endif
#if defined(__GNUC_MINOR__)
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
#endif
#if defined(__GNUC_PATCHLEVEL__)
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
#endif
#elif defined(__PATHCC__)
# define COMPILER_ID "PathScale"
# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
# if defined(__PATHCC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
# endif
#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
# define COMPILER_ID "Embarcadero"
# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
#elif defined(__BORLANDC__)
# define COMPILER_ID "Borland"
/* __BORLANDC__ = 0xVRR */
# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
# define COMPILER_ID "Watcom"
/* __WATCOMC__ = VVRR */
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
# endif
#elif defined(__WATCOMC__)
# define COMPILER_ID "OpenWatcom"
/* __WATCOMC__ = VVRP + 1100 */
# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
# endif
#elif defined(__SUNPRO_C)
# define COMPILER_ID "SunPro"
# if __SUNPRO_C >= 0x5100
/* __SUNPRO_C = 0xVRRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
# else
/* __SUNPRO_CC = 0xVRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
# endif
#elif defined(__HP_cc)
# define COMPILER_ID "HP"
/* __HP_cc = VVRRPP */
# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000)
# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100)
# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100)
#elif defined(__DECC)
# define COMPILER_ID "Compaq"
/* __DECC_VER = VVRRTPPPP */
# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000)
# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100)
# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000)
#elif defined(__IBMC__) && defined(__COMPILER_VER__)
# define COMPILER_ID "zOS"
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
#elif defined(__open_xl__) && defined(__clang__)
# define COMPILER_ID "IBMClang"
# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__)
# define COMPILER_VERSION_MINOR DEC(__open_xl_release__)
# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__)
# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__)
#elif defined(__ibmxl__) && defined(__clang__)
# define COMPILER_ID "XLClang"
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800
# define COMPILER_ID "XL"
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800
# define COMPILER_ID "VisualAge"
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
#elif defined(__NVCOMPILER)
# define COMPILER_ID "NVHPC"
# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__)
# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__)
# if defined(__NVCOMPILER_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__)
# endif
#elif defined(__PGI)
# define COMPILER_ID "PGI"
# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
# if defined(__PGIC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
# endif
#elif defined(_CRAYC)
# define COMPILER_ID "Cray"
# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
#elif defined(__TI_COMPILER_VERSION__)
# define COMPILER_ID "TI"
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
#elif defined(__CLANG_FUJITSU)
# define COMPILER_ID "FujitsuClang"
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
# define COMPILER_VERSION_INTERNAL_STR __clang_version__
#elif defined(__FUJITSU)
# define COMPILER_ID "Fujitsu"
# if defined(__FCC_version__)
# define COMPILER_VERSION __FCC_version__
# elif defined(__FCC_major__)
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
# endif
# if defined(__fcc_version)
# define COMPILER_VERSION_INTERNAL DEC(__fcc_version)
# elif defined(__FCC_VERSION)
# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION)
# endif
#elif defined(__ghs__)
# define COMPILER_ID "GHS"
/* __GHS_VERSION_NUMBER = VVVVRP */
# ifdef __GHS_VERSION_NUMBER
# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100)
# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10)
# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10)
# endif
#elif defined(__TINYC__)
# define COMPILER_ID "TinyCC"
#elif defined(__BCC__)
# define COMPILER_ID "Bruce"
#elif defined(__SCO_VERSION__)
# define COMPILER_ID "SCO"
#elif defined(__ARMCC_VERSION) && !defined(__clang__)
# define COMPILER_ID "ARMCC"
#if __ARMCC_VERSION >= 1000000
/* __ARMCC_VERSION = VRRPPPP */
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
#else
/* __ARMCC_VERSION = VRPPPP */
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
#endif
#elif defined(__clang__) && defined(__apple_build_version__)
# define COMPILER_ID "AppleClang"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION)
# define COMPILER_ID "ARMClang"
# define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000)
# define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100)
# define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000)
# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION)
#elif defined(__clang__)
# define COMPILER_ID "Clang"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__))
# define COMPILER_ID "LCC"
# define COMPILER_VERSION_MAJOR DEC(1)
# if defined(__LCC__)
# define COMPILER_VERSION_MINOR DEC(__LCC__- 100)
# endif
# if defined(__LCC_MINOR__)
# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__)
# endif
# if defined(__GNUC__) && defined(__GNUC_MINOR__)
# define SIMULATE_ID "GNU"
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
# if defined(__GNUC_PATCHLEVEL__)
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
# endif
# endif
#elif defined(__GNUC__)
# define COMPILER_ID "GNU"
# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
# if defined(__GNUC_MINOR__)
# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
# endif
#elif defined(_MSC_VER)
# define COMPILER_ID "MSVC"
/* _MSC_VER = VVRR */
# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
# if defined(_MSC_FULL_VER)
# if _MSC_VER >= 1400
/* _MSC_FULL_VER = VVRRPPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
# else
/* _MSC_FULL_VER = VVRRPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
# endif
# endif
# if defined(_MSC_BUILD)
# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
# endif
#elif defined(_ADI_COMPILER)
# define COMPILER_ID "ADSP"
#if defined(__VERSIONNUM__)
/* __VERSIONNUM__ = 0xVVRRPPTT */
# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF)
# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF)
# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF)
# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF)
#endif
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
# define COMPILER_ID "IAR"
# if defined(__VER__) && defined(__ICCARM__)
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__))
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100)
# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100))
# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__)
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
# endif
#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC)
# define COMPILER_ID "SDCC"
# if defined(__SDCC_VERSION_MAJOR)
# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR)
# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR)
# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH)
# else
/* SDCC = VRP */
# define COMPILER_VERSION_MAJOR DEC(SDCC/100)
# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10)
# define COMPILER_VERSION_PATCH DEC(SDCC % 10)
# endif
/* These compilers are either not known or too old to define an
identification macro. Try to identify the platform and guess that
it is the native compiler. */
#elif defined(__hpux) || defined(__hpua)
# define COMPILER_ID "HP"
#else /* unknown compiler */
# define COMPILER_ID ""
#endif
/* Construct the string literal in pieces to prevent the source from
getting matched. Store it in a pointer rather than an array
because some compilers will just produce instructions to fill the
array rather than assigning a pointer to a static array. */
char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
#ifdef SIMULATE_ID
char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
#endif
#ifdef __QNXNTO__
char const* qnxnto = "INFO" ":" "qnxnto[]";
#endif
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
#endif
#define STRINGIFY_HELPER(X) #X
#define STRINGIFY(X) STRINGIFY_HELPER(X)
/* Identify known platforms by name. */
#if defined(__linux) || defined(__linux__) || defined(linux)
# define PLATFORM_ID "Linux"
#elif defined(__MSYS__)
# define PLATFORM_ID "MSYS"
#elif defined(__CYGWIN__)
# define PLATFORM_ID "Cygwin"
#elif defined(__MINGW32__)
# define PLATFORM_ID "MinGW"
#elif defined(__APPLE__)
# define PLATFORM_ID "Darwin"
#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
# define PLATFORM_ID "Windows"
#elif defined(__FreeBSD__) || defined(__FreeBSD)
# define PLATFORM_ID "FreeBSD"
#elif defined(__NetBSD__) || defined(__NetBSD)
# define PLATFORM_ID "NetBSD"
#elif defined(__OpenBSD__) || defined(__OPENBSD)
# define PLATFORM_ID "OpenBSD"
#elif defined(__sun) || defined(sun)
# define PLATFORM_ID "SunOS"
#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
# define PLATFORM_ID "AIX"
#elif defined(__hpux) || defined(__hpux__)
# define PLATFORM_ID "HP-UX"
#elif defined(__HAIKU__)
# define PLATFORM_ID "Haiku"
#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
# define PLATFORM_ID "BeOS"
#elif defined(__QNX__) || defined(__QNXNTO__)
# define PLATFORM_ID "QNX"
#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
# define PLATFORM_ID "Tru64"
#elif defined(__riscos) || defined(__riscos__)
# define PLATFORM_ID "RISCos"
#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
# define PLATFORM_ID "SINIX"
#elif defined(__UNIX_SV__)
# define PLATFORM_ID "UNIX_SV"
#elif defined(__bsdos__)
# define PLATFORM_ID "BSDOS"
#elif defined(_MPRAS) || defined(MPRAS)
# define PLATFORM_ID "MP-RAS"
#elif defined(__osf) || defined(__osf__)
# define PLATFORM_ID "OSF1"
#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
# define PLATFORM_ID "SCO_SV"
#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
# define PLATFORM_ID "ULTRIX"
#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
# define PLATFORM_ID "Xenix"
#elif defined(__WATCOMC__)
# if defined(__LINUX__)
# define PLATFORM_ID "Linux"
# elif defined(__DOS__)
# define PLATFORM_ID "DOS"
# elif defined(__OS2__)
# define PLATFORM_ID "OS2"
# elif defined(__WINDOWS__)
# define PLATFORM_ID "Windows3x"
# elif defined(__VXWORKS__)
# define PLATFORM_ID "VxWorks"
# else /* unknown platform */
# define PLATFORM_ID
# endif
#elif defined(__INTEGRITY)
# if defined(INT_178B)
# define PLATFORM_ID "Integrity178"
# else /* regular Integrity */
# define PLATFORM_ID "Integrity"
# endif
# elif defined(_ADI_COMPILER)
# define PLATFORM_ID "ADSP"
#else /* unknown platform */
# define PLATFORM_ID
#endif
/* For windows compilers MSVC and Intel we can determine
the architecture of the compiler being used. This is because
the compilers do not have flags that can change the architecture,
but rather depend on which compiler is being used
*/
#if defined(_WIN32) && defined(_MSC_VER)
# if defined(_M_IA64)
# define ARCHITECTURE_ID "IA64"
# elif defined(_M_ARM64EC)
# define ARCHITECTURE_ID "ARM64EC"
# elif defined(_M_X64) || defined(_M_AMD64)
# define ARCHITECTURE_ID "x64"
# elif defined(_M_IX86)
# define ARCHITECTURE_ID "X86"
# elif defined(_M_ARM64)
# define ARCHITECTURE_ID "ARM64"
# elif defined(_M_ARM)
# if _M_ARM == 4
# define ARCHITECTURE_ID "ARMV4I"
# elif _M_ARM == 5
# define ARCHITECTURE_ID "ARMV5I"
# else
# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM)
# endif
# elif defined(_M_MIPS)
# define ARCHITECTURE_ID "MIPS"
# elif defined(_M_SH)
# define ARCHITECTURE_ID "SHx"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#elif defined(__WATCOMC__)
# if defined(_M_I86)
# define ARCHITECTURE_ID "I86"
# elif defined(_M_IX86)
# define ARCHITECTURE_ID "X86"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
# if defined(__ICCARM__)
# define ARCHITECTURE_ID "ARM"
# elif defined(__ICCRX__)
# define ARCHITECTURE_ID "RX"
# elif defined(__ICCRH850__)
# define ARCHITECTURE_ID "RH850"
# elif defined(__ICCRL78__)
# define ARCHITECTURE_ID "RL78"
# elif defined(__ICCRISCV__)
# define ARCHITECTURE_ID "RISCV"
# elif defined(__ICCAVR__)
# define ARCHITECTURE_ID "AVR"
# elif defined(__ICC430__)
# define ARCHITECTURE_ID "MSP430"
# elif defined(__ICCV850__)
# define ARCHITECTURE_ID "V850"
# elif defined(__ICC8051__)
# define ARCHITECTURE_ID "8051"
# elif defined(__ICCSTM8__)
# define ARCHITECTURE_ID "STM8"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#elif defined(__ghs__)
# if defined(__PPC64__)
# define ARCHITECTURE_ID "PPC64"
# elif defined(__ppc__)
# define ARCHITECTURE_ID "PPC"
# elif defined(__ARM__)
# define ARCHITECTURE_ID "ARM"
# elif defined(__x86_64__)
# define ARCHITECTURE_ID "x64"
# elif defined(__i386__)
# define ARCHITECTURE_ID "X86"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#elif defined(__TI_COMPILER_VERSION__)
# if defined(__TI_ARM__)
# define ARCHITECTURE_ID "ARM"
# elif defined(__MSP430__)
# define ARCHITECTURE_ID "MSP430"
# elif defined(__TMS320C28XX__)
# define ARCHITECTURE_ID "TMS320C28x"
# elif defined(__TMS320C6X__) || defined(_TMS320C6X)
# define ARCHITECTURE_ID "TMS320C6x"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
# elif defined(__ADSPSHARC__)
# define ARCHITECTURE_ID "SHARC"
# elif defined(__ADSPBLACKFIN__)
# define ARCHITECTURE_ID "Blackfin"
#else
# define ARCHITECTURE_ID
#endif
/* Convert integer to decimal digit literals. */
#define DEC(n) \
('0' + (((n) / 10000000)%10)), \
('0' + (((n) / 1000000)%10)), \
('0' + (((n) / 100000)%10)), \
('0' + (((n) / 10000)%10)), \
('0' + (((n) / 1000)%10)), \
('0' + (((n) / 100)%10)), \
('0' + (((n) / 10)%10)), \
('0' + ((n) % 10))
/* Convert integer to hex digit literals. */
#define HEX(n) \
('0' + ((n)>>28 & 0xF)), \
('0' + ((n)>>24 & 0xF)), \
('0' + ((n)>>20 & 0xF)), \
('0' + ((n)>>16 & 0xF)), \
('0' + ((n)>>12 & 0xF)), \
('0' + ((n)>>8 & 0xF)), \
('0' + ((n)>>4 & 0xF)), \
('0' + ((n) & 0xF))
/* Construct a string literal encoding the version number. */
#ifdef COMPILER_VERSION
char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]";
/* Construct a string literal encoding the version number components. */
#elif defined(COMPILER_VERSION_MAJOR)
char const info_version[] = {
'I', 'N', 'F', 'O', ':',
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
COMPILER_VERSION_MAJOR,
# ifdef COMPILER_VERSION_MINOR
'.', COMPILER_VERSION_MINOR,
# ifdef COMPILER_VERSION_PATCH
'.', COMPILER_VERSION_PATCH,
# ifdef COMPILER_VERSION_TWEAK
'.', COMPILER_VERSION_TWEAK,
# endif
# endif
# endif
']','\0'};
#endif
/* Construct a string literal encoding the internal version number. */
#ifdef COMPILER_VERSION_INTERNAL
char const info_version_internal[] = {
'I', 'N', 'F', 'O', ':',
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_',
'i','n','t','e','r','n','a','l','[',
COMPILER_VERSION_INTERNAL,']','\0'};
#elif defined(COMPILER_VERSION_INTERNAL_STR)
char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]";
#endif
/* Construct a string literal encoding the version number components. */
#ifdef SIMULATE_VERSION_MAJOR
char const info_simulate_version[] = {
'I', 'N', 'F', 'O', ':',
's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
SIMULATE_VERSION_MAJOR,
# ifdef SIMULATE_VERSION_MINOR
'.', SIMULATE_VERSION_MINOR,
# ifdef SIMULATE_VERSION_PATCH
'.', SIMULATE_VERSION_PATCH,
# ifdef SIMULATE_VERSION_TWEAK
'.', SIMULATE_VERSION_TWEAK,
# endif
# endif
# endif
']','\0'};
#endif
/* Construct the string literal in pieces to prevent the source from
getting matched. Store it in a pointer rather than an array
because some compilers will just produce instructions to fill the
array rather than assigning a pointer to a static array. */
char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
#if !defined(__STDC__) && !defined(__clang__)
# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__)
# define C_VERSION "90"
# else
# define C_VERSION
# endif
#elif __STDC_VERSION__ > 201710L
# define C_VERSION "23"
#elif __STDC_VERSION__ >= 201710L
# define C_VERSION "17"
#elif __STDC_VERSION__ >= 201000L
# define C_VERSION "11"
#elif __STDC_VERSION__ >= 199901L
# define C_VERSION "99"
#else
# define C_VERSION "90"
#endif
const char* info_language_standard_default =
"INFO" ":" "standard_default[" C_VERSION "]";
const char* info_language_extensions_default = "INFO" ":" "extensions_default["
#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \
defined(__TI_COMPILER_VERSION__)) && \
!defined(__STRICT_ANSI__)
"ON"
#else
"OFF"
#endif
"]";
/*--------------------------------------------------------------------------*/
#ifdef ID_VOID_MAIN
void main() {}
#else
# if defined(__CLASSIC_C__)
int main(argc, argv) int argc; char *argv[];
# else
int main(int argc, char* argv[])
# endif
{
int require = 0;
require += info_compiler[argc];
require += info_platform[argc];
require += info_arch[argc];
#ifdef COMPILER_VERSION_MAJOR
require += info_version[argc];
#endif
#ifdef COMPILER_VERSION_INTERNAL
require += info_version_internal[argc];
#endif
#ifdef SIMULATE_ID
require += info_simulate[argc];
#endif
#ifdef SIMULATE_VERSION_MAJOR
require += info_simulate_version[argc];
#endif
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
require += info_cray[argc];
#endif
require += info_language_standard_default[argc];
require += info_language_extensions_default[argc];
(void)argv;
return require;
}
#endif

View File

@ -0,0 +1,220 @@
The target system is: Generic - -
The host system is: Windows - 10.0.19045 - AMD64
Checking whether the ASM compiler is GNU using "--version" matched "(GNU assembler)|(GCC)|(Free Software Foundation)":
riscv32-esp-elf-gcc.exe (crosstool-NG esp-2022r1) 11.2.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler: E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/riscv32-esp-elf-gcc.exe
Build flags: -Os;-march=rv32imc;-mdiv;-fdata-sections;-ffunction-sections
Id flags:
The output was:
0
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
The C compiler identification is GNU, found in "E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/led_matrix/ulp_led_matrix/CMakeFiles/3.24.0/CompilerIdC/a.out"
Detecting C compiler ABI info compiled with the following output:
Change Dir: E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/led_matrix/ulp_led_matrix/CMakeFiles/CMakeTmp
Run Build Command(s):E:/Espressif/tools/ninja/1.10.2/ninja.exe cmTC_df6d5 && [1/2] Building C object CMakeFiles/cmTC_df6d5.dir/CMakeCCompilerABI.c.obj
Using built-in specs.
COLLECT_GCC=E:\Espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe
Target: riscv32-esp-elf
Configured with: /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-headers=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-2022r1' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/riscv32-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/riscv32-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/riscv32-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/riscv32-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 11.2.0 (crosstool-NG esp-2022r1)
COLLECT_GCC_OPTIONS='-Os' '-march=rv32imc' '-mdiv' '-fdata-sections' '-ffunction-sections' '-v' '-o' 'CMakeFiles/cmTC_df6d5.dir/CMakeCCompilerABI.c.obj' '-c' '-mabi=ilp32' '-march=rv32imc' '-dumpdir' 'CMakeFiles/cmTC_df6d5.dir/'
e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/11.2.0/cc1.exe -quiet -v -imultilib rv32imc/ilp32 -iprefix e:\espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\../lib/gcc/riscv32-esp-elf/11.2.0/ E:/Espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_df6d5.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -march=rv32imc -mdiv -mabi=ilp32 -march=rv32imc -Os -version -fdata-sections -ffunction-sections -o C:\Users\ADMINI~1\AppData\Local\Temp\ccoKpbte.s
GNU C17 (crosstool-NG esp-2022r1) version 11.2.0 (riscv32-esp-elf)
compiled by GNU C version 6.3.0 20170516, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring duplicate directory "e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/lib/gcc/../../lib/gcc/riscv32-esp-elf/11.2.0/include"
ignoring duplicate directory "e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/lib/gcc/../../lib/gcc/riscv32-esp-elf/11.2.0/include-fixed"
ignoring duplicate directory "e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/lib/gcc/../../lib/gcc/riscv32-esp-elf/11.2.0/../../../../riscv32-esp-elf/sys-include"
ignoring duplicate directory "e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/lib/gcc/../../lib/gcc/riscv32-esp-elf/11.2.0/../../../../riscv32-esp-elf/include"
#include "..." search starts here:
#include <...> search starts here:
e:\espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\../lib/gcc/riscv32-esp-elf/11.2.0/include
e:\espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\../lib/gcc/riscv32-esp-elf/11.2.0/include-fixed
e:\espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\../lib/gcc/riscv32-esp-elf/11.2.0/../../../../riscv32-esp-elf/sys-include
e:\espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\../lib/gcc/riscv32-esp-elf/11.2.0/../../../../riscv32-esp-elf/include
End of search list.
GNU C17 (crosstool-NG esp-2022r1) version 11.2.0 (riscv32-esp-elf)
compiled by GNU C version 6.3.0 20170516, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 7f08f3be2cab48c619f414afdf2cd4af
COLLECT_GCC_OPTIONS='-Os' '-march=rv32imc' '-mdiv' '-fdata-sections' '-ffunction-sections' '-v' '-o' 'CMakeFiles/cmTC_df6d5.dir/CMakeCCompilerABI.c.obj' '-c' '-mabi=ilp32' '-march=rv32imc' '-dumpdir' 'CMakeFiles/cmTC_df6d5.dir/'
e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/../../../../riscv32-esp-elf/bin/as.exe -v --traditional-format -march=rv32imc -march=rv32imc -mabi=ilp32 -o CMakeFiles/cmTC_df6d5.dir/CMakeCCompilerABI.c.obj C:\Users\ADMINI~1\AppData\Local\Temp\ccoKpbte.s
GNU assembler version 2.35.1 (riscv32-esp-elf) using BFD version (crosstool-NG esp-2022r1) 2.35.1.20201223
COMPILER_PATH=e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/11.2.0/;e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../libexec/gcc/;e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/../../../../riscv32-esp-elf/bin/
LIBRARY_PATH=e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/rv32imc/ilp32/;e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/../../../../riscv32-esp-elf/lib/rv32imc/ilp32/;e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/;e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/;e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/../../../../riscv32-esp-elf/lib/
COLLECT_GCC_OPTIONS='-Os' '-march=rv32imc' '-mdiv' '-fdata-sections' '-ffunction-sections' '-v' '-o' 'CMakeFiles/cmTC_df6d5.dir/CMakeCCompilerABI.c.obj' '-c' '-mabi=ilp32' '-march=rv32imc' '-dumpdir' 'CMakeFiles/cmTC_df6d5.dir/CMakeCCompilerABI.c.'
[2/2] Linking C executable cmTC_df6d5
Using built-in specs.
Reading specs from e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/../../../../riscv32-esp-elf/lib/nano.specs
rename spec link to nano_link
rename spec link_gcc_c_sequence to nano_link_gcc_c_sequence
Reading specs from e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/../../../../riscv32-esp-elf/lib/nosys.specs
rename spec link_gcc_c_sequence to nosys_link_gcc_c_sequence
COLLECT_GCC=E:\Espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe
COLLECT_LTO_WRAPPER=e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/11.2.0/lto-wrapper.exe
Target: riscv32-esp-elf
Configured with: /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-headers=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-2022r1' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/riscv32-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/riscv32-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/riscv32-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/riscv32-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 11.2.0 (crosstool-NG esp-2022r1)
COMPILER_PATH=e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/11.2.0/;e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../libexec/gcc/;e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/../../../../riscv32-esp-elf/bin/
LIBRARY_PATH=e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/rv32imc/ilp32/;e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/../../../../riscv32-esp-elf/lib/rv32imc/ilp32/;e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/;e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/;e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/../../../../riscv32-esp-elf/lib/
COLLECT_GCC_OPTIONS='-Os' '-mdiv' '-fdata-sections' '-ffunction-sections' '-march=rv32imc' '-specs=nano.specs' '-specs=nosys.specs' '-v' '-o' 'cmTC_df6d5' '-mabi=ilp32' '-march=rv32imc' '-dumpdir' 'cmTC_df6d5.'
e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/11.2.0/collect2.exe -plugin e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/11.2.0/liblto_plugin.dll -plugin-opt=e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/11.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\Users\ADMINI~1\AppData\Local\Temp\ccVcYshe.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc_nano -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc_nano -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc_nano -plugin-opt=-pass-through=-lnosys -melf32lriscv -o cmTC_df6d5 e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/../../../../riscv32-esp-elf/lib/rv32imc/ilp32/crt0.o e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/rv32imc/ilp32/crtbegin.o -Le:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/rv32imc/ilp32 -Le:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/../../../../riscv32-esp-elf/lib/rv32imc/ilp32 -Le:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0 -Le:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc -Le:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/../../../../riscv32-esp-elf/lib CMakeFiles/cmTC_df6d5.dir/CMakeCCompilerABI.c.obj -lgcc -lc_nano -lgcc --start-group -lgcc -lc_nano -lnosys --end-group --start-group -lgcc -lc_nano -lnosys --end-group e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/rv32imc/ilp32/crtend.o
COLLECT_GCC_OPTIONS='-Os' '-mdiv' '-fdata-sections' '-ffunction-sections' '-march=rv32imc' '-specs=nano.specs' '-specs=nosys.specs' '-v' '-o' 'cmTC_df6d5' '-mabi=ilp32' '-march=rv32imc' '-dumpdir' 'cmTC_df6d5.'
Parsed C implicit include dir info from above output: rv=done
found start of include info
found start of implicit include info
add: [e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/include]
add: [e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/include-fixed]
add: [e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/../../../../riscv32-esp-elf/sys-include]
add: [e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/../../../../riscv32-esp-elf/include]
end of search list found
collapse include dir [e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/include] ==> [E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/11.2.0/include]
collapse include dir [e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/include-fixed] ==> [E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/11.2.0/include-fixed]
collapse include dir [e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/../../../../riscv32-esp-elf/sys-include] ==> [E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/riscv32-esp-elf/sys-include]
collapse include dir [e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/../../../../riscv32-esp-elf/include] ==> [E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/riscv32-esp-elf/include]
implicit include dirs: [E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/11.2.0/include;E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/11.2.0/include-fixed;E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/riscv32-esp-elf/sys-include;E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/riscv32-esp-elf/include]
Parsed C implicit link information from above output:
link line regex: [^( *|.*[/\])(riscv32-esp-elf-ld\.exe|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/led_matrix/ulp_led_matrix/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command(s):E:/Espressif/tools/ninja/1.10.2/ninja.exe cmTC_df6d5 && [1/2] Building C object CMakeFiles/cmTC_df6d5.dir/CMakeCCompilerABI.c.obj]
ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=E:\Espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe]
ignore line: [Target: riscv32-esp-elf]
ignore line: [Configured with: /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-headers=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-2022r1' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/riscv32-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/riscv32-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/riscv32-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/riscv32-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld]
ignore line: [Thread model: posix]
ignore line: [Supported LTO compression algorithms: zlib]
ignore line: [gcc version 11.2.0 (crosstool-NG esp-2022r1) ]
ignore line: [COLLECT_GCC_OPTIONS='-Os' '-march=rv32imc' '-mdiv' '-fdata-sections' '-ffunction-sections' '-v' '-o' 'CMakeFiles/cmTC_df6d5.dir/CMakeCCompilerABI.c.obj' '-c' '-mabi=ilp32' '-march=rv32imc' '-dumpdir' 'CMakeFiles/cmTC_df6d5.dir/']
ignore line: [ e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/11.2.0/cc1.exe -quiet -v -imultilib rv32imc/ilp32 -iprefix e:\espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\../lib/gcc/riscv32-esp-elf/11.2.0/ E:/Espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_df6d5.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -march=rv32imc -mdiv -mabi=ilp32 -march=rv32imc -Os -version -fdata-sections -ffunction-sections -o C:\Users\ADMINI~1\AppData\Local\Temp\ccoKpbte.s]
ignore line: [GNU C17 (crosstool-NG esp-2022r1) version 11.2.0 (riscv32-esp-elf)]
ignore line: [ compiled by GNU C version 6.3.0 20170516 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.1 isl version isl-0.24-GMP]
ignore line: []
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
ignore line: [ignoring duplicate directory "e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/lib/gcc/../../lib/gcc/riscv32-esp-elf/11.2.0/include"]
ignore line: [ignoring duplicate directory "e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/lib/gcc/../../lib/gcc/riscv32-esp-elf/11.2.0/include-fixed"]
ignore line: [ignoring duplicate directory "e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/lib/gcc/../../lib/gcc/riscv32-esp-elf/11.2.0/../../../../riscv32-esp-elf/sys-include"]
ignore line: [ignoring duplicate directory "e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/lib/gcc/../../lib/gcc/riscv32-esp-elf/11.2.0/../../../../riscv32-esp-elf/include"]
ignore line: [#include "..." search starts here:]
ignore line: [#include <...> search starts here:]
ignore line: [ e:\espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\../lib/gcc/riscv32-esp-elf/11.2.0/include]
ignore line: [ e:\espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\../lib/gcc/riscv32-esp-elf/11.2.0/include-fixed]
ignore line: [ e:\espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\../lib/gcc/riscv32-esp-elf/11.2.0/../../../../riscv32-esp-elf/sys-include]
ignore line: [ e:\espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\../lib/gcc/riscv32-esp-elf/11.2.0/../../../../riscv32-esp-elf/include]
ignore line: [End of search list.]
ignore line: [GNU C17 (crosstool-NG esp-2022r1) version 11.2.0 (riscv32-esp-elf)]
ignore line: [ compiled by GNU C version 6.3.0 20170516 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.1 isl version isl-0.24-GMP]
ignore line: []
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
ignore line: [Compiler executable checksum: 7f08f3be2cab48c619f414afdf2cd4af]
ignore line: [COLLECT_GCC_OPTIONS='-Os' '-march=rv32imc' '-mdiv' '-fdata-sections' '-ffunction-sections' '-v' '-o' 'CMakeFiles/cmTC_df6d5.dir/CMakeCCompilerABI.c.obj' '-c' '-mabi=ilp32' '-march=rv32imc' '-dumpdir' 'CMakeFiles/cmTC_df6d5.dir/']
ignore line: [ e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/../../../../riscv32-esp-elf/bin/as.exe -v --traditional-format -march=rv32imc -march=rv32imc -mabi=ilp32 -o CMakeFiles/cmTC_df6d5.dir/CMakeCCompilerABI.c.obj C:\Users\ADMINI~1\AppData\Local\Temp\ccoKpbte.s]
ignore line: [GNU assembler version 2.35.1 (riscv32-esp-elf) using BFD version (crosstool-NG esp-2022r1) 2.35.1.20201223]
ignore line: [COMPILER_PATH=e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/11.2.0/]
ignore line: [e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../libexec/gcc/]
ignore line: [e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/../../../../riscv32-esp-elf/bin/]
ignore line: [LIBRARY_PATH=e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/rv32imc/ilp32/]
ignore line: [e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/../../../../riscv32-esp-elf/lib/rv32imc/ilp32/]
ignore line: [e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/]
ignore line: [e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/]
ignore line: [e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/../../../../riscv32-esp-elf/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-Os' '-march=rv32imc' '-mdiv' '-fdata-sections' '-ffunction-sections' '-v' '-o' 'CMakeFiles/cmTC_df6d5.dir/CMakeCCompilerABI.c.obj' '-c' '-mabi=ilp32' '-march=rv32imc' '-dumpdir' 'CMakeFiles/cmTC_df6d5.dir/CMakeCCompilerABI.c.']
ignore line: [[2/2] Linking C executable cmTC_df6d5]
ignore line: [Using built-in specs.]
ignore line: [Reading specs from e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/../../../../riscv32-esp-elf/lib/nano.specs]
ignore line: [rename spec link to nano_link]
ignore line: [rename spec link_gcc_c_sequence to nano_link_gcc_c_sequence]
ignore line: [Reading specs from e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/../../../../riscv32-esp-elf/lib/nosys.specs]
ignore line: [rename spec link_gcc_c_sequence to nosys_link_gcc_c_sequence]
ignore line: [COLLECT_GCC=E:\Espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe]
ignore line: [COLLECT_LTO_WRAPPER=e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/11.2.0/lto-wrapper.exe]
ignore line: [Target: riscv32-esp-elf]
ignore line: [Configured with: /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-headers=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-2022r1' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/riscv32-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/riscv32-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/riscv32-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/riscv32-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld]
ignore line: [Thread model: posix]
ignore line: [Supported LTO compression algorithms: zlib]
ignore line: [gcc version 11.2.0 (crosstool-NG esp-2022r1) ]
ignore line: [COMPILER_PATH=e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/11.2.0/]
ignore line: [e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../libexec/gcc/]
ignore line: [e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/../../../../riscv32-esp-elf/bin/]
ignore line: [LIBRARY_PATH=e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/rv32imc/ilp32/]
ignore line: [e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/../../../../riscv32-esp-elf/lib/rv32imc/ilp32/]
ignore line: [e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/]
ignore line: [e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/]
ignore line: [e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/../../../../riscv32-esp-elf/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-Os' '-mdiv' '-fdata-sections' '-ffunction-sections' '-march=rv32imc' '-specs=nano.specs' '-specs=nosys.specs' '-v' '-o' 'cmTC_df6d5' '-mabi=ilp32' '-march=rv32imc' '-dumpdir' 'cmTC_df6d5.']
link line: [ e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/11.2.0/collect2.exe -plugin e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/11.2.0/liblto_plugin.dll -plugin-opt=e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/11.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\Users\ADMINI~1\AppData\Local\Temp\ccVcYshe.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc_nano -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc_nano -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc_nano -plugin-opt=-pass-through=-lnosys -melf32lriscv -o cmTC_df6d5 e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/../../../../riscv32-esp-elf/lib/rv32imc/ilp32/crt0.o e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/rv32imc/ilp32/crtbegin.o -Le:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/rv32imc/ilp32 -Le:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/../../../../riscv32-esp-elf/lib/rv32imc/ilp32 -Le:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0 -Le:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc -Le:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/../../../../riscv32-esp-elf/lib CMakeFiles/cmTC_df6d5.dir/CMakeCCompilerABI.c.obj -lgcc -lc_nano -lgcc --start-group -lgcc -lc_nano -lnosys --end-group --start-group -lgcc -lc_nano -lnosys --end-group e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/rv32imc/ilp32/crtend.o]
arg [e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/11.2.0/collect2.exe] ==> ignore
arg [-plugin] ==> ignore
arg [e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/11.2.0/liblto_plugin.dll] ==> ignore
arg [-plugin-opt=e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/11.2.0/lto-wrapper.exe] ==> ignore
arg [-plugin-opt=-fresolution=C:\Users\ADMINI~1\AppData\Local\Temp\ccVcYshe.res] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
arg [-plugin-opt=-pass-through=-lc_nano] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
arg [-plugin-opt=-pass-through=-lc_nano] ==> ignore
arg [-plugin-opt=-pass-through=-lnosys] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
arg [-plugin-opt=-pass-through=-lc_nano] ==> ignore
arg [-plugin-opt=-pass-through=-lnosys] ==> ignore
arg [-melf32lriscv] ==> ignore
arg [-o] ==> ignore
arg [cmTC_df6d5] ==> ignore
arg [e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/../../../../riscv32-esp-elf/lib/rv32imc/ilp32/crt0.o] ==> obj [e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/../../../../riscv32-esp-elf/lib/rv32imc/ilp32/crt0.o]
arg [e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/rv32imc/ilp32/crtbegin.o] ==> obj [e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/rv32imc/ilp32/crtbegin.o]
arg [-Le:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/rv32imc/ilp32] ==> dir [e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/rv32imc/ilp32]
arg [-Le:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/../../../../riscv32-esp-elf/lib/rv32imc/ilp32] ==> dir [e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/../../../../riscv32-esp-elf/lib/rv32imc/ilp32]
arg [-Le:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0] ==> dir [e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0]
arg [-Le:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc] ==> dir [e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc]
arg [-Le:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/../../../../riscv32-esp-elf/lib] ==> dir [e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/../../../../riscv32-esp-elf/lib]
arg [CMakeFiles/cmTC_df6d5.dir/CMakeCCompilerABI.c.obj] ==> ignore
arg [-lgcc] ==> lib [gcc]
arg [-lc_nano] ==> lib [c_nano]
arg [-lgcc] ==> lib [gcc]
arg [--start-group] ==> ignore
arg [-lgcc] ==> lib [gcc]
arg [-lc_nano] ==> lib [c_nano]
arg [-lnosys] ==> lib [nosys]
arg [--end-group] ==> ignore
arg [--start-group] ==> ignore
arg [-lgcc] ==> lib [gcc]
arg [-lc_nano] ==> lib [c_nano]
arg [-lnosys] ==> lib [nosys]
arg [--end-group] ==> ignore
arg [e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/rv32imc/ilp32/crtend.o] ==> obj [e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/rv32imc/ilp32/crtend.o]
collapse obj [e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/../../../../riscv32-esp-elf/lib/rv32imc/ilp32/crt0.o] ==> [E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imc/ilp32/crt0.o]
collapse obj [e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/rv32imc/ilp32/crtbegin.o] ==> [E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/11.2.0/rv32imc/ilp32/crtbegin.o]
collapse obj [e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/rv32imc/ilp32/crtend.o] ==> [E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/11.2.0/rv32imc/ilp32/crtend.o]
collapse library dir [e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/rv32imc/ilp32] ==> [E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/11.2.0/rv32imc/ilp32]
collapse library dir [e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/../../../../riscv32-esp-elf/lib/rv32imc/ilp32] ==> [E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imc/ilp32]
collapse library dir [e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0] ==> [E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/11.2.0]
collapse library dir [e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc] ==> [E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/lib/gcc]
collapse library dir [e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/../../../../riscv32-esp-elf/lib] ==> [E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/riscv32-esp-elf/lib]
implicit libs: [gcc;c_nano;gcc;gcc;c_nano;nosys;gcc;c_nano;nosys]
implicit objs: [E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imc/ilp32/crt0.o;E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/11.2.0/rv32imc/ilp32/crtbegin.o;E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/11.2.0/rv32imc/ilp32/crtend.o]
implicit dirs: [E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/11.2.0/rv32imc/ilp32;E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imc/ilp32;E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/11.2.0;E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/lib/gcc;E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/riscv32-esp-elf/lib]
implicit fwks: []

View File

@ -0,0 +1,5 @@
E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/led_matrix/ulp_led_matrix/CMakeFiles/ulp_led_matrix_ld_script.dir
E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/led_matrix/ulp_led_matrix/CMakeFiles/ulp_led_matrix.dir
E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/led_matrix/ulp_led_matrix/CMakeFiles/build.dir
E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/led_matrix/ulp_led_matrix/CMakeFiles/edit_cache.dir
E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/led_matrix/ulp_led_matrix/CMakeFiles/rebuild_cache.dir

View File

@ -0,0 +1 @@
# This file is generated by cmake for dependency checking of the CMakeCache.txt file

View File

@ -0,0 +1 @@
8fbf4ba6058bcf736317d8a7aa75d0578563c38b

View File

@ -0,0 +1,50 @@
#
# Internal file for GetGitRevisionDescription.cmake
#
# Requires CMake 2.6 or newer (uses the 'function' command)
#
# Original Author:
# 2009-2010 Ryan Pavlik <rpavlik@iastate.edu> <abiryan@ryand.net>
# http://academic.cleardefinition.com
# Iowa State University HCI Graduate Program/VRAC
#
# Copyright Iowa State University 2009-2010.
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
set(HEAD_HASH)
file(READ "E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/led_matrix/ulp_led_matrix/CMakeFiles/git-data/HEAD" HEAD_CONTENTS LIMIT 1024)
string(STRIP "${HEAD_CONTENTS}" HEAD_CONTENTS)
set(GIT_DIR "E:/Espressif/frameworks/esp-idf-v5.0.4/.git")
# handle git-worktree
if(EXISTS "${GIT_DIR}/commondir")
file(READ "${GIT_DIR}/commondir" GIT_DIR_NEW LIMIT 1024)
string(STRIP "${GIT_DIR_NEW}" GIT_DIR_NEW)
if(NOT IS_ABSOLUTE "${GIT_DIR_NEW}")
get_filename_component(GIT_DIR_NEW ${GIT_DIR}/${GIT_DIR_NEW} ABSOLUTE)
endif()
if(EXISTS "${GIT_DIR_NEW}")
set(GIT_DIR "${GIT_DIR_NEW}")
endif()
endif()
if(HEAD_CONTENTS MATCHES "ref")
# named branch
string(REPLACE "ref: " "" HEAD_REF "${HEAD_CONTENTS}")
if(EXISTS "${GIT_DIR}/${HEAD_REF}")
configure_file("${GIT_DIR}/${HEAD_REF}" "E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/led_matrix/ulp_led_matrix/CMakeFiles/git-data/head-ref" COPYONLY)
elseif(EXISTS "${GIT_DIR}/logs/${HEAD_REF}")
configure_file("${GIT_DIR}/logs/${HEAD_REF}" "E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/led_matrix/ulp_led_matrix/CMakeFiles/git-data/head-ref" COPYONLY)
set(HEAD_HASH "${HEAD_REF}")
endif()
else()
# detached HEAD
configure_file("${GIT_DIR}/HEAD" "E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/led_matrix/ulp_led_matrix/CMakeFiles/git-data/head-ref" COPYONLY)
endif()
if(NOT HEAD_HASH)
file(READ "E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/led_matrix/ulp_led_matrix/CMakeFiles/git-data/head-ref" HEAD_HASH LIMIT 1024)
string(STRIP "${HEAD_HASH}" HEAD_HASH)
endif()

View File

@ -0,0 +1 @@
8fbf4ba6058bcf736317d8a7aa75d0578563c38b

View File

@ -0,0 +1,74 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Ninja" Generator, CMake Version 3.24
# This file contains all the rules used to get the outputs files
# built from the input files.
# It is included in the main 'build.ninja'.
# =============================================================================
# Project: ulp_led_matrix
# Configurations:
# =============================================================================
# =============================================================================
#############################################
# Rule for compiling ASM files.
rule ASM_COMPILER__ulp_led_matrix_
depfile = $DEP_FILE
deps = gcc
command = E:\Espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
description = Building ASM object $out
#############################################
# Rule for compiling C files.
rule C_COMPILER__ulp_led_matrix_
depfile = $DEP_FILE
deps = gcc
command = E:\Espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
description = Building C object $out
#############################################
# Rule for linking C executable.
rule C_EXECUTABLE_LINKER__ulp_led_matrix_
command = cmd.exe /C "$PRE_LINK && E:\Espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD"
description = Linking C executable $TARGET_FILE
restat = $RESTAT
#############################################
# Rule for running custom commands.
rule CUSTOM_COMMAND
command = $COMMAND
description = $DESC
#############################################
# Rule for re-running cmake.
rule RERUN_CMAKE
command = E:\Espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SE:\Espressif\frameworks\esp-idf-v5.0.4\components\ulp\cmake -BE:\Espressif\frameworks\esp-idf-v5.0.4\app\led_matrix\build\esp-idf\led_matrix\ulp_led_matrix
description = Re-running CMake...
generator = 1
#############################################
# Rule for cleaning all built files.
rule CLEAN
command = E:\Espressif\tools\ninja\1.10.2\ninja.exe $FILE_ARG -t clean $TARGETS
description = Cleaning all built files...
#############################################
# Rule for printing all primary targets available.
rule HELP
command = E:\Espressif\tools\ninja\1.10.2\ninja.exe -t targets
description = All primary targets available:

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,49 @@
# Install script for directory: E:/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/cmake
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ulp_led_matrix")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
if(COMPONENT)
message(STATUS "Install component: \"${COMPONENT}\"")
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
else()
set(CMAKE_INSTALL_COMPONENT)
endif()
endif()
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "TRUE")
endif()
# Set default install directory permissions.
if(NOT DEFINED CMAKE_OBJDUMP)
set(CMAKE_OBJDUMP "E:/Espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
endif()
if(CMAKE_INSTALL_COMPONENT)
set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
else()
set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
file(WRITE "E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/led_matrix/ulp_led_matrix/${CMAKE_INSTALL_MANIFEST}"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")

Binary file not shown.

View File

@ -0,0 +1,14 @@
// Variable definitions for ESP32ULP
// This file is generated automatically by esp32ulp_mapgen.py utility
#pragma once
extern uint32_t ulp___stack_top;
extern uint32_t ulp_irq_vector;
extern uint32_t ulp_line;
extern uint32_t ulp_main;
extern uint32_t ulp_reset_vector;
extern uint32_t ulp_s;
extern uint32_t ulp_SENS;
extern uint32_t ulp_ulp_riscv_halt;
extern uint32_t ulp_ulp_riscv_rescue_from_monitor;

View File

@ -0,0 +1,13 @@
/* Variable definitions for ESP32ULP linker
* This file is generated automatically by esp32ulp_mapgen.py utility.
*/
PROVIDE ( ulp___stack_top = 0x50001000 );
PROVIDE ( ulp_irq_vector = 0x50000010 );
PROVIDE ( ulp_line = 0x500000e0 );
PROVIDE ( ulp_main = 0x50000050 );
PROVIDE ( ulp_reset_vector = 0x50000000 );
PROVIDE ( ulp_s = 0x500000e4 );
PROVIDE ( ulp_SENS = 0x5000c800 );
PROVIDE ( ulp_ulp_riscv_halt = 0x500000ba );
PROVIDE ( ulp_ulp_riscv_rescue_from_monitor = 0x500000a6 );

View File

@ -0,0 +1,146 @@
Discarded input sections
.text 0x0000000000000000 0x0 CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/components/led_matrix/ulp/main.c.obj
.data 0x0000000000000000 0x0 CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/components/led_matrix/ulp/main.c.obj
.bss 0x0000000000000000 0x0 CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/components/led_matrix/ulp/main.c.obj
.data 0x0000000000000000 0x0 CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/start.S.obj
.bss 0x0000000000000000 0x0 CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/start.S.obj
.text 0x0000000000000000 0x0 CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_adc.c.obj
.data 0x0000000000000000 0x0 CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_adc.c.obj
.bss 0x0000000000000000 0x0 CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_adc.c.obj
.text.ulp_riscv_adc_read_channel
0x0000000000000000 0xac CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_adc.c.obj
.comment 0x0000000000000000 0x27 CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_adc.c.obj
.riscv.attributes
0x0000000000000000 0x26 CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_adc.c.obj
.text 0x0000000000000000 0x0 CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_uart.c.obj
.data 0x0000000000000000 0x0 CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_uart.c.obj
.bss 0x0000000000000000 0x0 CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_uart.c.obj
.text.ulp_riscv_delay_cycles
0x0000000000000000 0x12 CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_uart.c.obj
.text.ulp_riscv_gpio_output_level.part.0
0x0000000000000000 0x1a CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_uart.c.obj
.text.ulp_riscv_uart_init
0x0000000000000000 0x9a CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_uart.c.obj
.text.ulp_riscv_uart_putc
0x0000000000000000 0xa4 CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_uart.c.obj
.comment 0x0000000000000000 0x27 CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_uart.c.obj
.riscv.attributes
0x0000000000000000 0x26 CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_uart.c.obj
.text 0x0000000000000000 0x0 CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_print.c.obj
.data 0x0000000000000000 0x0 CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_print.c.obj
.bss 0x0000000000000000 0x0 CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_print.c.obj
.text.ulp_riscv_print_install
0x0000000000000000 0xe CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_print.c.obj
.text.ulp_riscv_print_str
0x0000000000000000 0x34 CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_print.c.obj
.text.ulp_riscv_print_hex
0x0000000000000000 0x50 CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_print.c.obj
.sbss.s_print_ctx
0x0000000000000000 0x8 CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_print.c.obj
.comment 0x0000000000000000 0x27 CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_print.c.obj
.riscv.attributes
0x0000000000000000 0x26 CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_print.c.obj
.text 0x0000000000000000 0x0 CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_utils.c.obj
.data 0x0000000000000000 0x0 CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_utils.c.obj
.bss 0x0000000000000000 0x0 CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_utils.c.obj
.text.ulp_riscv_wakeup_main_processor
0x0000000000000000 0xc CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_utils.c.obj
.text.ulp_riscv_timer_stop
0x0000000000000000 0x10 CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_utils.c.obj
.text.ulp_riscv_timer_resume
0x0000000000000000 0x12 CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_utils.c.obj
.text.ulp_riscv_gpio_wakeup_clear
0x0000000000000000 0x12 CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_utils.c.obj
Memory Configuration
Name Origin Length Attributes
ram 0x0000000000000000 0x0000000000001000 rw
*default* 0x0000000000000000 0xffffffffffffffff
Linker script and memory map
LOAD CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/components/led_matrix/ulp/main.c.obj
LOAD CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/start.S.obj
LOAD CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_adc.c.obj
LOAD CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_uart.c.obj
LOAD CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_print.c.obj
LOAD CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_utils.c.obj
LOAD e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/rv32imc/ilp32\libgcc.a
LOAD e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/../../../../riscv32-esp-elf/lib/rv32imc/ilp32\libc_nano.a
LOAD e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/rv32imc/ilp32\libgcc.a
START GROUP
LOAD e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/rv32imc/ilp32\libgcc.a
LOAD e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/../../../../riscv32-esp-elf/lib/rv32imc/ilp32\libc_nano.a
LOAD e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/../../../../riscv32-esp-elf/lib/rv32imc/ilp32\libnosys.a
END GROUP
START GROUP
LOAD e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/rv32imc/ilp32\libgcc.a
LOAD e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/../../../../riscv32-esp-elf/lib/rv32imc/ilp32\libc_nano.a
LOAD e:/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/../../../../riscv32-esp-elf/lib/rv32imc/ilp32\libnosys.a
END GROUP
[!provide] PROVIDE (RTCCNTL = 0x8000)
[!provide] PROVIDE (RTCIO = 0xa400)
0x000000000000c800 PROVIDE (SENS = 0xc800)
0x0000000000000000 . = ORIGIN (ram)
.text 0x0000000000000000 0xde
*start.S.obj(.text.vectors)
.text.vectors 0x0000000000000000 0x1e CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/start.S.obj
0x0000000000000000 reset_vector
0x0000000000000010 irq_vector
*(.text)
.text 0x000000000000001e 0x10 CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/start.S.obj
*(.text*)
.text.ulp_riscv_gpio_output_level
0x000000000000002e 0x22 CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/components/led_matrix/ulp/main.c.obj
.text.startup.main
0x0000000000000050 0x56 CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/components/led_matrix/ulp/main.c.obj
0x0000000000000050 main
.text.ulp_riscv_rescue_from_monitor
0x00000000000000a6 0x14 CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_utils.c.obj
0x00000000000000a6 ulp_riscv_rescue_from_monitor
.text.ulp_riscv_halt
0x00000000000000ba 0x24 CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_utils.c.obj
0x00000000000000ba ulp_riscv_halt
.rela.dyn 0x00000000000000e0 0x0
.rela.text 0x00000000000000e0 0x0 CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/components/led_matrix/ulp/main.c.obj
.rodata
*(.rodata)
*(.rodata*)
.data
*(.data)
*(.data*)
*(.sdata)
*(.sdata*)
.bss 0x00000000000000e0 0x8
*(.bss)
*(.bss*)
*(.sbss)
*(.sbss*)
.sbss.line 0x00000000000000e0 0x4 CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/components/led_matrix/ulp/main.c.obj
0x00000000000000e0 line
.sbss.s 0x00000000000000e4 0x4 CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/components/led_matrix/ulp/main.c.obj
0x00000000000000e4 s
0x0000000000001000 __stack_top = (ORIGIN (ram) + LENGTH (ram))
OUTPUT(ulp_led_matrix elf32-littleriscv)
.comment 0x0000000000000000 0x26
.comment 0x0000000000000000 0x26 CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/components/led_matrix/ulp/main.c.obj
0x27 (size before relaxing)
.comment 0x0000000000000026 0x27 CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_utils.c.obj
.riscv.attributes
0x0000000000000000 0x26
.riscv.attributes
0x0000000000000000 0x26 CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/components/led_matrix/ulp/main.c.obj
.riscv.attributes
0x0000000000000026 0x24 CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/start.S.obj
.riscv.attributes
0x000000000000004a 0x26 CMakeFiles/ulp_led_matrix.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_utils.c.obj

View File

@ -0,0 +1,9 @@
00001000 B __stack_top
00000010 T irq_vector
000000e0 B line
00000050 T main
00000000 T reset_vector
000000e4 B s
0000c800 A SENS
000000ba T ulp_riscv_halt
000000a6 T ulp_riscv_rescue_from_monitor

View File

@ -0,0 +1,36 @@
ENTRY(reset_vector)
MEMORY
{
ram(RW) : ORIGIN = 0, LENGTH = 4096
}
SECTIONS
{
. = ORIGIN(ram);
.text :
{
*start.S.obj(.text.vectors)
*(.text)
*(.text*)
} >ram
.rodata ALIGN(4):
{
*(.rodata)
*(.rodata*)
} > ram
.data ALIGN(4):
{
*(.data)
*(.data*)
*(.sdata)
*(.sdata*)
} > ram
.bss ALIGN(4) :
{
*(.bss)
*(.bss*)
*(.sbss)
*(.sbss*)
} >ram
__stack_top = ORIGIN(ram) + LENGTH(ram);
}

Binary file not shown.

View File

@ -1,6 +1,6 @@
# ninja log v5 # ninja log v5
3 287 7283069056940649 ulp_riscv.ld 48de971a3bbf22f9 3 287 7283069056940649 ulp_riscv.ld 48de971a3bbf22f9
334 363 7283109536771472 ulp_main.bin 126c278d39b254a 316 344 7283746509756110 ulp_main.bin 126c278d39b254a
3 287 7283069056940649 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/main/ulp_main/ulp_riscv.ld 48de971a3bbf22f9 3 287 7283069056940649 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/main/ulp_main/ulp_riscv.ld 48de971a3bbf22f9
287 447 7283069056940649 E:/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_print.c 7bfe1aea49a368e0 287 447 7283069056940649 E:/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_print.c 7bfe1aea49a368e0
300 451 7283069056940649 E:/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_utils.c 7bfe1aea49a368e0 300 451 7283069056940649 E:/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_utils.c 7bfe1aea49a368e0
@ -10,85 +10,66 @@
298 406 7283069056940649 E:/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/start.S 7bfe1aea49a368e0 298 406 7283069056940649 E:/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/start.S 7bfe1aea49a368e0
162 264 7283054520979408 CMakeFiles/ulp_main.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/start.S.obj d509b2609e805951 162 264 7283054520979408 CMakeFiles/ulp_main.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/start.S.obj d509b2609e805951
178 306 7283054521419414 CMakeFiles/ulp_main.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_print.c.obj dd53506da31bd23 178 306 7283054521419414 CMakeFiles/ulp_main.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_print.c.obj dd53506da31bd23
369 445 7283109537541836 ulp_main.ld b8a79437a8670d98 349 423 7283746510466114 ulp_main.ld b8a79437a8670d98
562 1299 7283069066500628 CMakeFiles/ulp_main.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_utils.c.obj 970a2115d2648abf 562 1299 7283069066500628 CMakeFiles/ulp_main.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_utils.c.obj 970a2115d2648abf
2 239 7283109535501774 CMakeFiles/ulp_main.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/main/ulp/main.c.obj 31b3209d4b9d8fe1 2 227 7283746508546151 CMakeFiles/ulp_main.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/main/ulp/main.c.obj 31b3209d4b9d8fe1
541 1318 7283069067180647 CMakeFiles/ulp_main.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_adc.c.obj f98dbd576a58ecaa 541 1318 7283069067180647 CMakeFiles/ulp_main.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_adc.c.obj f98dbd576a58ecaa
549 1301 7283069066660628 CMakeFiles/ulp_main.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_uart.c.obj b3e8c51089fca191 549 1301 7283069066660628 CMakeFiles/ulp_main.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_uart.c.obj b3e8c51089fca191
241 334 7283109536371475 ulp_main 2e8b117020f8db07 230 314 7283746509326118 ulp_main 2e8b117020f8db07
334 363 7283109536771472 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/main/ulp_main/ulp_main.bin 126c278d39b254a 316 344 7283746509756110 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/main/ulp_main/ulp_main.bin 126c278d39b254a
338 368 7283109536841467 ulp_main.sym 7fa93f89a75b3abf 320 349 7283746509806111 ulp_main.sym 7fa93f89a75b3abf
338 368 7283109536841467 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/main/ulp_main/ulp_main.sym 7fa93f89a75b3abf 320 349 7283746509806111 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/main/ulp_main/ulp_main.sym 7fa93f89a75b3abf
369 445 7283109537541836 ulp_main.h b8a79437a8670d98 349 423 7283746510466114 ulp_main.h b8a79437a8670d98
369 445 7283109537541836 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/main/ulp_main/ulp_main.ld b8a79437a8670d98 349 423 7283746510466114 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/main/ulp_main/ulp_main.ld b8a79437a8670d98
369 445 7283109537541836 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/main/ulp_main/ulp_main.h b8a79437a8670d98 349 423 7283746510466114 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/main/ulp_main/ulp_main.h b8a79437a8670d98
2 232 7283111040850718 CMakeFiles/ulp_main.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/main/ulp/main.c.obj 31b3209d4b9d8fe1 2 220 7283764618269389 CMakeFiles/ulp_main.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/main/ulp/main.c.obj 31b3209d4b9d8fe1
234 316 7283111041660725 ulp_main 2e8b117020f8db07 222 320 7283764619166487 ulp_main 2e8b117020f8db07
317 347 7283111042020735 ulp_main.sym 7fa93f89a75b3abf 321 351 7283764619631882 ulp_main.sym 7fa93f89a75b3abf
317 347 7283111042020735 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/main/ulp_main/ulp_main.sym 7fa93f89a75b3abf 321 351 7283764619631882 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/main/ulp_main/ulp_main.sym 7fa93f89a75b3abf
323 354 7283111042080747 ulp_main.bin 126c278d39b254a 325 361 7283764619719705 ulp_main.bin 126c278d39b254a
323 354 7283111042080747 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/main/ulp_main/ulp_main.bin 126c278d39b254a 325 361 7283764619719705 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/main/ulp_main/ulp_main.bin 126c278d39b254a
348 433 7283111042800710 ulp_main.ld b8a79437a8670d98 352 431 7283764620378034 ulp_main.ld b8a79437a8670d98
348 433 7283111042800710 ulp_main.h b8a79437a8670d98 352 431 7283764620378034 ulp_main.h b8a79437a8670d98
348 433 7283111042800710 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/main/ulp_main/ulp_main.ld b8a79437a8670d98 352 431 7283764620378034 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/main/ulp_main/ulp_main.ld b8a79437a8670d98
348 433 7283111042800710 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/main/ulp_main/ulp_main.h b8a79437a8670d98 352 431 7283764620378034 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/main/ulp_main/ulp_main.h b8a79437a8670d98
2 225 7283111736893093 CMakeFiles/ulp_main.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/main/ulp/main.c.obj 31b3209d4b9d8fe1 10 72 7283812575147308 E:/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/start.S 7bfe1aea49a368e0
227 320 7283111737703120 ulp_main 2e8b117020f8db07 1 73 7283812575147308 E:/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_uart.c 7bfe1aea49a368e0
320 352 7283111738163130 ulp_main.sym 7fa93f89a75b3abf 20 75 7283812575147308 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/main/ulp/main.c 7bfe1aea49a368e0
320 352 7283111738163130 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/main/ulp_main/ulp_main.sym 7fa93f89a75b3abf 7 76 7283812575147308 E:/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_print.c 7bfe1aea49a368e0
325 359 7283111738233114 ulp_main.bin 126c278d39b254a 13 81 7283812575147308 E:/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_adc.c 7bfe1aea49a368e0
325 359 7283111738233114 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/main/ulp_main/ulp_main.bin 126c278d39b254a 17 85 7283812575147308 E:/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_utils.c 7bfe1aea49a368e0
352 433 7283111738933108 ulp_main.ld b8a79437a8670d98 86 254 7283822173913401 CMakeFiles/ulp_main.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/start.S.obj d509b2609e805951
352 433 7283111738933108 ulp_main.h b8a79437a8670d98 113 265 7283822174033390 CMakeFiles/ulp_main.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_print.c.obj dd53506da31bd23
352 433 7283111738933108 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/main/ulp_main/ulp_main.ld b8a79437a8670d98 106 462 7283822175403385 CMakeFiles/ulp_main.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_utils.c.obj 970a2115d2648abf
352 433 7283111738933108 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/main/ulp_main/ulp_main.h b8a79437a8670d98 90 491 7283822176193411 CMakeFiles/ulp_main.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_uart.c.obj b3e8c51089fca191
2 235 7283113471717123 CMakeFiles/ulp_main.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/main/ulp/main.c.obj 31b3209d4b9d8fe1 95 494 7283822176253377 CMakeFiles/ulp_main.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_adc.c.obj f98dbd576a58ecaa
236 332 7283113472577126 ulp_main 2e8b117020f8db07 101 496 7283822176393384 CMakeFiles/ulp_main.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/main/ulp/main.c.obj 31b3209d4b9d8fe1
333 369 7283113473067132 ulp_main.bin 126c278d39b254a 497 589 7283822177263376 ulp_main 2e8b117020f8db07
333 369 7283113473067132 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/main/ulp_main/ulp_main.bin 126c278d39b254a 590 619 7283822177693386 ulp_main.sym 7fa93f89a75b3abf
339 374 7283113473137121 ulp_main.sym 7fa93f89a75b3abf 590 619 7283822177693386 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/main/ulp_main/ulp_main.sym 7fa93f89a75b3abf
339 374 7283113473137121 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/main/ulp_main/ulp_main.sym 7fa93f89a75b3abf 594 625 7283822177743379 ulp_main.bin 126c278d39b254a
375 451 7283113473847115 ulp_main.ld b8a79437a8670d98 594 625 7283822177743379 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/main/ulp_main/ulp_main.bin 126c278d39b254a
375 451 7283113473847115 ulp_main.h b8a79437a8670d98 619 693 7283822178383436 ulp_main.ld b8a79437a8670d98
375 451 7283113473847115 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/main/ulp_main/ulp_main.ld b8a79437a8670d98 619 693 7283822178383436 ulp_main.h b8a79437a8670d98
375 451 7283113473847115 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/main/ulp_main/ulp_main.h b8a79437a8670d98 619 693 7283822178383436 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/main/ulp_main/ulp_main.ld b8a79437a8670d98
2 231 7283725903855581 CMakeFiles/ulp_main.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/main/ulp/main.c.obj 31b3209d4b9d8fe1 619 693 7283822178383436 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/main/ulp_main/ulp_main.h b8a79437a8670d98
234 346 7283725904895737 ulp_main 2e8b117020f8db07 2 249 7283864078611572 CMakeFiles/ulp_main.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/main/ulp/main.c.obj 31b3209d4b9d8fe1
347 376 7283725905325615 ulp_main.bin 126c278d39b254a 252 340 7283864079401577 ulp_main 2e8b117020f8db07
347 376 7283725905325615 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/main/ulp_main/ulp_main.bin 126c278d39b254a 340 369 7283864079821570 ulp_main.bin 126c278d39b254a
351 380 7283725905365598 ulp_main.sym 7fa93f89a75b3abf 340 369 7283864079821570 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/main/ulp_main/ulp_main.bin 126c278d39b254a
351 380 7283725905365598 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/main/ulp_main/ulp_main.sym 7fa93f89a75b3abf 344 374 7283864079881575 ulp_main.sym 7fa93f89a75b3abf
381 466 7283725906165569 ulp_main.ld b8a79437a8670d98 344 374 7283864079881575 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/main/ulp_main/ulp_main.sym 7fa93f89a75b3abf
381 466 7283725906165569 ulp_main.h b8a79437a8670d98 374 450 7283864080581602 ulp_main.ld b8a79437a8670d98
381 466 7283725906165569 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/main/ulp_main/ulp_main.ld b8a79437a8670d98 374 450 7283864080581602 ulp_main.h b8a79437a8670d98
381 466 7283725906165569 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/main/ulp_main/ulp_main.h b8a79437a8670d98 374 450 7283864080581602 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/main/ulp_main/ulp_main.ld b8a79437a8670d98
2 203 7283727867176451 CMakeFiles/ulp_main.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/main/ulp/main.c.obj 31b3209d4b9d8fe1 374 450 7283864080581602 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/main/ulp_main/ulp_main.h b8a79437a8670d98
206 288 7283727867926606 ulp_main 2e8b117020f8db07 2 251 7283868400622355 CMakeFiles/ulp_main.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/main/ulp/main.c.obj 31b3209d4b9d8fe1
290 318 7283727868344557 ulp_main.sym 7fa93f89a75b3abf 254 346 7283868401452326 ulp_main 2e8b117020f8db07
290 318 7283727868344557 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/main/ulp_main/ulp_main.sym 7fa93f89a75b3abf 347 381 7283868401932334 ulp_main.bin 126c278d39b254a
295 325 7283727868394563 ulp_main.bin 126c278d39b254a 347 381 7283868401932334 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/main/ulp_main/ulp_main.bin 126c278d39b254a
295 325 7283727868394563 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/main/ulp_main/ulp_main.bin 126c278d39b254a 351 388 7283868402002331 ulp_main.sym 7fa93f89a75b3abf
319 426 7283727869374858 ulp_main.ld b8a79437a8670d98 351 388 7283868402002331 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/main/ulp_main/ulp_main.sym 7fa93f89a75b3abf
319 426 7283727869374858 ulp_main.h b8a79437a8670d98 388 472 7283868402762352 ulp_main.ld b8a79437a8670d98
319 426 7283727869374858 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/main/ulp_main/ulp_main.ld b8a79437a8670d98 388 472 7283868402762352 ulp_main.h b8a79437a8670d98
319 426 7283727869374858 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/main/ulp_main/ulp_main.h b8a79437a8670d98 388 472 7283868402762352 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/main/ulp_main/ulp_main.ld b8a79437a8670d98
1 224 7283731926356995 CMakeFiles/ulp_main.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/main/ulp/main.c.obj 31b3209d4b9d8fe1 388 472 7283868402762352 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/main/ulp_main/ulp_main.h b8a79437a8670d98
226 308 7283731927107003 ulp_main 2e8b117020f8db07
308 334 7283731927467015 ulp_main.bin 126c278d39b254a
308 334 7283731927467015 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/main/ulp_main/ulp_main.bin 126c278d39b254a
312 338 7283731927517016 ulp_main.sym 7fa93f89a75b3abf
312 338 7283731927517016 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/main/ulp_main/ulp_main.sym 7fa93f89a75b3abf
339 410 7283731928167318 ulp_main.ld b8a79437a8670d98
339 410 7283731928167318 ulp_main.h b8a79437a8670d98
339 410 7283731928167318 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/main/ulp_main/ulp_main.ld b8a79437a8670d98
339 410 7283731928167318 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/main/ulp_main/ulp_main.h b8a79437a8670d98
1 275 7283733936637766 CMakeFiles/ulp_main.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/main/ulp/main.c.obj 31b3209d4b9d8fe1
277 365 7283733937417791 ulp_main 2e8b117020f8db07
366 395 7283733937857795 ulp_main.bin 126c278d39b254a
366 395 7283733937857795 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/main/ulp_main/ulp_main.bin 126c278d39b254a
370 400 7283733937917776 ulp_main.sym 7fa93f89a75b3abf
370 400 7283733937917776 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/main/ulp_main/ulp_main.sym 7fa93f89a75b3abf
400 469 7283733938567801 ulp_main.ld b8a79437a8670d98
400 469 7283733938567801 ulp_main.h b8a79437a8670d98
400 469 7283733938567801 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/main/ulp_main/ulp_main.ld b8a79437a8670d98
400 469 7283733938567801 E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/esp-idf/main/ulp_main/ulp_main.h b8a79437a8670d98

Binary file not shown.

View File

@ -4,11 +4,11 @@
#pragma once #pragma once
extern uint32_t ulp___stack_top; extern uint32_t ulp___stack_top;
extern uint32_t ulp_flag;
extern uint32_t ulp_irq_vector; extern uint32_t ulp_irq_vector;
extern uint32_t ulp_line; extern uint32_t ulp_line;
extern uint32_t ulp_main; extern uint32_t ulp_main;
extern uint32_t ulp_reset_vector; extern uint32_t ulp_reset_vector;
extern uint32_t ulp_s;
extern uint32_t ulp_SENS; extern uint32_t ulp_SENS;
extern uint32_t ulp_ulp_riscv_halt; extern uint32_t ulp_ulp_riscv_halt;
extern uint32_t ulp_ulp_riscv_rescue_from_monitor; extern uint32_t ulp_ulp_riscv_rescue_from_monitor;

View File

@ -3,11 +3,11 @@
*/ */
PROVIDE ( ulp___stack_top = 0x50001000 ); PROVIDE ( ulp___stack_top = 0x50001000 );
PROVIDE ( ulp_flag = 0x500000e8 );
PROVIDE ( ulp_irq_vector = 0x50000010 ); PROVIDE ( ulp_irq_vector = 0x50000010 );
PROVIDE ( ulp_line = 0x500000e0 ); PROVIDE ( ulp_line = 0x500000ec );
PROVIDE ( ulp_main = 0x50000050 ); PROVIDE ( ulp_main = 0x50000050 );
PROVIDE ( ulp_reset_vector = 0x50000000 ); PROVIDE ( ulp_reset_vector = 0x50000000 );
PROVIDE ( ulp_s = 0x500000e4 );
PROVIDE ( ulp_SENS = 0x5000c800 ); PROVIDE ( ulp_SENS = 0x5000c800 );
PROVIDE ( ulp_ulp_riscv_halt = 0x500000ba ); PROVIDE ( ulp_ulp_riscv_halt = 0x500000c2 );
PROVIDE ( ulp_ulp_riscv_rescue_from_monitor = 0x500000a6 ); PROVIDE ( ulp_ulp_riscv_rescue_from_monitor = 0x500000ae );

View File

@ -86,7 +86,7 @@ END GROUP
0x000000000000c800 PROVIDE (SENS = 0xc800) 0x000000000000c800 PROVIDE (SENS = 0xc800)
0x0000000000000000 . = ORIGIN (ram) 0x0000000000000000 . = ORIGIN (ram)
.text 0x0000000000000000 0xde .text 0x0000000000000000 0xe6
*start.S.obj(.text.vectors) *start.S.obj(.text.vectors)
.text.vectors 0x0000000000000000 0x1e CMakeFiles/ulp_main.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/start.S.obj .text.vectors 0x0000000000000000 0x1e CMakeFiles/ulp_main.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/start.S.obj
0x0000000000000000 reset_vector 0x0000000000000000 reset_vector
@ -97,17 +97,17 @@ END GROUP
.text.ulp_riscv_gpio_output_level .text.ulp_riscv_gpio_output_level
0x000000000000002e 0x22 CMakeFiles/ulp_main.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/main/ulp/main.c.obj 0x000000000000002e 0x22 CMakeFiles/ulp_main.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/main/ulp/main.c.obj
.text.startup.main .text.startup.main
0x0000000000000050 0x56 CMakeFiles/ulp_main.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/main/ulp/main.c.obj 0x0000000000000050 0x5e CMakeFiles/ulp_main.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/main/ulp/main.c.obj
0x0000000000000050 main 0x0000000000000050 main
.text.ulp_riscv_rescue_from_monitor .text.ulp_riscv_rescue_from_monitor
0x00000000000000a6 0x14 CMakeFiles/ulp_main.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_utils.c.obj 0x00000000000000ae 0x14 CMakeFiles/ulp_main.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_utils.c.obj
0x00000000000000a6 ulp_riscv_rescue_from_monitor 0x00000000000000ae ulp_riscv_rescue_from_monitor
.text.ulp_riscv_halt .text.ulp_riscv_halt
0x00000000000000ba 0x24 CMakeFiles/ulp_main.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_utils.c.obj 0x00000000000000c2 0x24 CMakeFiles/ulp_main.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/components/ulp/ulp_riscv/ulp_core/ulp_riscv_utils.c.obj
0x00000000000000ba ulp_riscv_halt 0x00000000000000c2 ulp_riscv_halt
.rela.dyn 0x00000000000000e0 0x0 .rela.dyn 0x00000000000000e8 0x0
.rela.text 0x00000000000000e0 0x0 CMakeFiles/ulp_main.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/main/ulp/main.c.obj .rela.text 0x00000000000000e8 0x0 CMakeFiles/ulp_main.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/main/ulp/main.c.obj
.rodata .rodata
*(.rodata) *(.rodata)
@ -119,15 +119,15 @@ END GROUP
*(.sdata) *(.sdata)
*(.sdata*) *(.sdata*)
.bss 0x00000000000000e0 0x8 .bss 0x00000000000000e8 0x8
*(.bss) *(.bss)
*(.bss*) *(.bss*)
*(.sbss) *(.sbss)
*(.sbss*) *(.sbss*)
.sbss.line 0x00000000000000e0 0x4 CMakeFiles/ulp_main.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/main/ulp/main.c.obj .sbss.flag 0x00000000000000e8 0x4 CMakeFiles/ulp_main.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/main/ulp/main.c.obj
0x00000000000000e0 line 0x00000000000000e8 flag
.sbss.s 0x00000000000000e4 0x4 CMakeFiles/ulp_main.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/main/ulp/main.c.obj .sbss.line 0x00000000000000ec 0x4 CMakeFiles/ulp_main.dir/E_/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/main/ulp/main.c.obj
0x00000000000000e4 s 0x00000000000000ec line
0x0000000000001000 __stack_top = (ORIGIN (ram) + LENGTH (ram)) 0x0000000000001000 __stack_top = (ORIGIN (ram) + LENGTH (ram))
OUTPUT(ulp_main elf32-littleriscv) OUTPUT(ulp_main elf32-littleriscv)

View File

@ -1,9 +1,9 @@
00001000 B __stack_top 00001000 B __stack_top
000000e8 B flag
00000010 T irq_vector 00000010 T irq_vector
000000e0 B line 000000ec B line
00000050 T main 00000050 T main
00000000 T reset_vector 00000000 T reset_vector
000000e4 B s
0000c800 A SENS 0000c800 A SENS
000000ba T ulp_riscv_halt 000000c2 T ulp_riscv_halt
000000a6 T ulp_riscv_rescue_from_monitor 000000ae T ulp_riscv_rescue_from_monitor

View File

@ -1,2 +1,2 @@
--flash_mode dio --flash_freq 80m --flash_size 2MB --flash_mode dio --flash_freq 80m --flash_size 2MB
0x10000 i80_controller.bin 0x10000 led_matrix.bin

View File

@ -1,4 +1,4 @@
--flash_mode dio --flash_freq 80m --flash_size 2MB --flash_mode dio --flash_freq 80m --flash_size 2MB
0x0 bootloader/bootloader.bin 0x0 bootloader/bootloader.bin
0x10000 i80_controller.bin 0x10000 led_matrix.bin
0x8000 partition_table/partition-table.bin 0x8000 partition_table/partition-table.bin

View File

@ -1,4 +1,4 @@
--flash_mode dio --flash_freq 80m --flash_size 2MB --flash_mode dio --flash_freq 80m --flash_size 2MB
0x0 bootloader/bootloader.bin 0x0 bootloader/bootloader.bin
0x10000 i80_controller.bin 0x10000 led_matrix.bin
0x8000 partition_table/partition-table.bin 0x8000 partition_table/partition-table.bin

View File

@ -9,11 +9,11 @@
}, },
"flash_files" : { "flash_files" : {
"0x0" : "bootloader/bootloader.bin", "0x0" : "bootloader/bootloader.bin",
"0x10000" : "i80_controller.bin", "0x10000" : "led_matrix.bin",
"0x8000" : "partition_table/partition-table.bin" "0x8000" : "partition_table/partition-table.bin"
}, },
"bootloader" : { "offset" : "0x0", "file" : "bootloader/bootloader.bin", "encrypted" : "false" }, "bootloader" : { "offset" : "0x0", "file" : "bootloader/bootloader.bin", "encrypted" : "false" },
"app" : { "offset" : "0x10000", "file" : "i80_controller.bin", "encrypted" : "false" }, "app" : { "offset" : "0x10000", "file" : "led_matrix.bin", "encrypted" : "false" },
"partition-table" : { "offset" : "0x8000", "file" : "partition_table/partition-table.bin", "encrypted" : "false" }, "partition-table" : { "offset" : "0x8000", "file" : "partition_table/partition-table.bin", "encrypted" : "false" },
"extra_esptool_args" : { "extra_esptool_args" : {
"after" : "hard_reset", "after" : "hard_reset",

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

BIN
build/led_matrix.bin Normal file

Binary file not shown.

BIN
build/led_matrix.elf Normal file

Binary file not shown.

32332
build/led_matrix.map Normal file

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,6 @@
CMake Error at run_serial_tool.cmake:58 (message):
E:/Espressif/python_env/idf5.0_py3.11_env/Scripts/python.exe;;E:/Espressif/frameworks/esp-idf-v5.0.4/components/esptool_py/esptool/esptool.py;--chip;esp32s3
failed

View File

@ -0,0 +1,201 @@
--- WARNING: GDB cannot open serial ports accessed as COMx
--- Using \\.\COM3 instead...
--- idf_monitor on \\.\COM3 115200 ---
--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H ---
0x40377217: lock_acquire_generic at E:/Espressif/frameworks/esp-idf-v5.0.4/components/newlib/locks.c:130

0x40375da2: panic_abort at E:/Espressif/frameworks/esp-idf-v5.0.4/components/esp_system/panic.c:424

0x40379f81: esp_system_abort at E:/Espressif/frameworks/esp-idf-v5.0.4/components/esp_system/esp_system.c:153

0x4037f6fa: abort at E:/Espressif/frameworks/esp-idf-v5.0.4/components/newlib/abort.c:38

0x40377217: lock_acquire_generic at E:/Espressif/frameworks/esp-idf-v5.0.4/components/newlib/locks.c:130

0x4037732d: _lock_acquire_recursive at E:/Espressif/frameworks/esp-idf-v5.0.4/components/newlib/locks.c:158

0x403773fc: __retarget_lock_acquire_recursive at E:/Espressif/frameworks/esp-idf-v5.0.4/components/newlib/locks.c:314 (discriminator 3)

0x42011f4d: _vfprintf_r at ??:?

0x42015091: vprintf at /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32s3-elf/src/newlib/newlib/libc/stdio/vprintf.c:34 (discriminator 5)

0x4201cfa5: esp_log_writev at E:/Espressif/frameworks/esp-idf-v5.0.4/components/log/log.c:200

0x4037f5a9: esp_log_write at E:/Espressif/frameworks/esp-idf-v5.0.4/components/log/log.c:210

0x4037774d: ledc_timer_ovf_isr at E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/main/led_matrix.c:198 (discriminator 5)

0x4037700d: _xt_medint2 at E:/Espressif/frameworks/esp-idf-v5.0.4/components/freertos/FreeRTOS-Kernel/portable/xtensa/xtensa_vectors.S:1207

0x40375731: esp_restart_noos_dig at E:/Espressif/frameworks/esp-idf-v5.0.4/components/esp_system/esp_system.c:64 (discriminator 1)

0x40377217: lock_acquire_generic at E:/Espressif/frameworks/esp-idf-v5.0.4/components/newlib/locks.c:130

0x40375da2: panic_abort at E:/Espressif/frameworks/esp-idf-v5.0.4/components/esp_system/panic.c:424

0x40379f81: esp_system_abort at E:/Espressif/frameworks/esp-idf-v5.0.4/components/esp_system/esp_system.c:153

0x4037f6fa: abort at E:/Espressif/frameworks/esp-idf-v5.0.4/components/newlib/abort.c:38

0x40377217: lock_acquire_generic at E:/Espressif/frameworks/esp-idf-v5.0.4/components/newlib/locks.c:130

0x4037732d: _lock_acquire_recursive at E:/Espressif/frameworks/esp-idf-v5.0.4/components/newlib/locks.c:158

0x403773fc: __retarget_lock_acquire_recursive at E:/Espressif/frameworks/esp-idf-v5.0.4/components/newlib/locks.c:314 (discriminator 3)

0x42011f4d: _vfprintf_r at ??:?

0x42015091: vprintf at /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32s3-elf/src/newlib/newlib/libc/stdio/vprintf.c:34 (discriminator 5)

0x4201cfa5: esp_log_writev at E:/Espressif/frameworks/esp-idf-v5.0.4/components/log/log.c:200

0x4037f5a9: esp_log_write at E:/Espressif/frameworks/esp-idf-v5.0.4/components/log/log.c:210

0x4037774d: ledc_timer_ovf_isr at E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/main/led_matrix.c:198 (discriminator 5)

0x4037700d: _xt_medint2 at E:/Espressif/frameworks/esp-idf-v5.0.4/components/freertos/FreeRTOS-Kernel/portable/xtensa/xtensa_vectors.S:1207

0x40375731: esp_restart_noos_dig at E:/Espressif/frameworks/esp-idf-v5.0.4/components/esp_system/esp_system.c:64 (discriminator 1)

0x40377217: lock_acquire_generic at E:/Espressif/frameworks/esp-idf-v5.0.4/components/newlib/locks.c:130

0x40375da2: panic_abort at E:/Espressif/frameworks/esp-idf-v5.0.4/components/esp_system/panic.c:424

0x40379f81: esp_system_abort at E:/Espressif/frameworks/esp-idf-v5.0.4/components/esp_system/esp_system.c:153

0x4037f6fa: abort at E:/Espressif/frameworks/esp-idf-v5.0.4/components/newlib/abort.c:38

0x40377217: lock_acquire_generic at E:/Espressif/frameworks/esp-idf-v5.0.4/components/newlib/locks.c:130

0x4037732d: _lock_acquire_recursive at E:/Espressif/frameworks/esp-idf-v5.0.4/components/newlib/locks.c:158

0x403773fc: __retarget_lock_acquire_recursive at E:/Espressif/frameworks/esp-idf-v5.0.4/components/newlib/locks.c:314 (discriminator 3)

0x42011f4d: _vfprintf_r at ??:?

0x42015091: vprintf at /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32s3-elf/src/newlib/newlib/libc/stdio/vprintf.c:34 (discriminator 5)

0x4201cfa5: esp_log_writev at E:/Espressif/frameworks/esp-idf-v5.0.4/components/log/log.c:200

0x4037f5a9: esp_log_write at E:/Espressif/frameworks/esp-idf-v5.0.4/components/log/log.c:210

0x4037774d: ledc_timer_ovf_isr at E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/main/led_matrix.c:198 (discriminator 5)

0x4037700d: _xt_medint2 at E:/Espressif/frameworks/esp-idf-v5.0.4/components/freertos/FreeRTOS-Kernel/portable/xtensa/xtensa_vectors.S:1207

0x40375731: esp_restart_noos_dig at E:/Espressif/frameworks/esp-idf-v5.0.4/components/esp_system/esp_system.c:64 (discriminator 1)

0x40377217: lock_acquire_generic at E:/Espressif/frameworks/esp-idf-v5.0.4/components/newlib/locks.c:130

0x40375da2: panic_abort at E:/Espressif/frameworks/esp-idf-v5.0.4/components/esp_system/panic.c:424

0x40379f81: esp_system_abort at E:/Espressif/frameworks/esp-idf-v5.0.4/components/esp_system/esp_system.c:153

0x4037f6fa: abort at E:/Espressif/frameworks/esp-idf-v5.0.4/components/newlib/abort.c:38

0x40377217: lock_acquire_generic at E:/Espressif/frameworks/esp-idf-v5.0.4/components/newlib/locks.c:130

0x4037732d: _lock_acquire_recursive at E:/Espressif/frameworks/esp-idf-v5.0.4/components/newlib/locks.c:158

0x403773fc: __retarget_lock_acquire_recursive at E:/Espressif/frameworks/esp-idf-v5.0.4/components/newlib/locks.c:314 (discriminator 3)

0x42011f4d: _vfprintf_r at ??:?

0x42015091: vprintf at /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32s3-elf/src/newlib/newlib/libc/stdio/vprintf.c:34 (discriminator 5)

0x4201cfa5: esp_log_writev at E:/Espressif/frameworks/esp-idf-v5.0.4/components/log/log.c:200

0x4037f5a9: esp_log_write at E:/Espressif/frameworks/esp-idf-v5.0.4/components/log/log.c:210

0x4037774d: ledc_timer_ovf_isr at E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/main/led_matrix.c:198 (discriminator 5)

0x4037700d: _xt_medint2 at E:/Espressif/frameworks/esp-idf-v5.0.4/components/freertos/FreeRTOS-Kernel/portable/xtensa/xtensa_vectors.S:1207

0x40375731: esp_restart_noos_dig at E:/Espressif/frameworks/esp-idf-v5.0.4/components/esp_system/esp_system.c:64 (discriminator 1)

0x40377217: lock_acquire_generic at E:/Espressif/frameworks/esp-idf-v5.0.4/components/newlib/locks.c:130

0x40375da2: panic_abort at E:/Espressif/frameworks/esp-idf-v5.0.4/components/esp_system/panic.c:424

0x40379f81: esp_system_abort at E:/Espressif/frameworks/esp-idf-v5.0.4/components/esp_system/esp_system.c:153

0x4037f6fa: abort at E:/Espressif/frameworks/esp-idf-v5.0.4/components/newlib/abort.c:38

0x40377217: lock_acquire_generic at E:/Espressif/frameworks/esp-idf-v5.0.4/components/newlib/locks.c:130

0x4037732d: _lock_acquire_recursive at E:/Espressif/frameworks/esp-idf-v5.0.4/components/newlib/locks.c:158

0x403773fc: __retarget_lock_acquire_recursive at E:/Espressif/frameworks/esp-idf-v5.0.4/components/newlib/locks.c:314 (discriminator 3)

0x42011f4d: _vfprintf_r at ??:?

0x42015091: vprintf at /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32s3-elf/src/newlib/newlib/libc/stdio/vprintf.c:34 (discriminator 5)

0x4201cfa5: esp_log_writev at E:/Espressif/frameworks/esp-idf-v5.0.4/components/log/log.c:200

0x4037f5a9: esp_log_write at E:/Espressif/frameworks/esp-idf-v5.0.4/components/log/log.c:210

0x4037774d: ledc_timer_ovf_isr at E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/main/led_matrix.c:198 (discriminator 5)

0x4037700d: _xt_medint2 at E:/Espressif/frameworks/esp-idf-v5.0.4/components/freertos/FreeRTOS-Kernel/portable/xtensa/xtensa_vectors.S:1207

0x40375731: esp_restart_noos_dig at E:/Espressif/frameworks/esp-idf-v5.0.4/components/esp_system/esp_system.c:64 (discriminator 1)

0x40377217: lock_acquire_generic at E:/Espressif/frameworks/esp-idf-v5.0.4/components/newlib/locks.c:130

0x40375da2: panic_abort at E:/Espressif/frameworks/esp-idf-v5.0.4/components/esp_system/panic.c:424

0x40379f81: esp_system_abort at E:/Espressif/frameworks/esp-idf-v5.0.4/components/esp_system/esp_system.c:153

0x4037f6fa: abort at E:/Espressif/frameworks/esp-idf-v5.0.4/components/newlib/abort.c:38

0x40377217: lock_acquire_generic at E:/Espressif/frameworks/esp-idf-v5.0.4/components/newlib/locks.c:130

0x4037732d: _lock_acquire_recursive at E:/Espressif/frameworks/esp-idf-v5.0.4/components/newlib/locks.c:158

0x403773fc: __retarget_lock_acquire_recursive at E:/Espressif/frameworks/esp-idf-v5.0.4/components/newlib/locks.c:314 (discriminator 3)

0x42011f4d: _vfprintf_r at ??:?

0x42015091: vprintf at /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32s3-elf/src/newlib/newlib/libc/stdio/vprintf.c:34 (discriminator 5)

0x4201cfa5: esp_log_writev at E:/Espressif/frameworks/esp-idf-v5.0.4/components/log/log.c:200

0x4037f5a9: esp_log_write at E:/Espressif/frameworks/esp-idf-v5.0.4/components/log/log.c:210

0x4037774d: ledc_timer_ovf_isr at E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/main/led_matrix.c:198 (discriminator 5)

0x4037700d: _xt_medint2 at E:/Espressif/frameworks/esp-idf-v5.0.4/components/freertos/FreeRTOS-Kernel/portable/xtensa/xtensa_vectors.S:1207

0x40375731: esp_restart_noos_dig at E:/Espressif/frameworks/esp-idf-v5.0.4/components/esp_system/esp_system.c:64 (discriminator 1)

0x40377217: lock_acquire_generic at E:/Espressif/frameworks/esp-idf-v5.0.4/components/newlib/locks.c:130

0x40375da2: panic_abort at E:/Espressif/frameworks/esp-idf-v5.0.4/components/esp_system/panic.c:424

0x40379f81: esp_system_abort at E:/Espressif/frameworks/esp-idf-v5.0.4/components/esp_system/esp_system.c:153

0x4037f6fa: abort at E:/Espressif/frameworks/esp-idf-v5.0.4/components/newlib/abort.c:38

0x40377217: lock_acquire_generic at E:/Espressif/frameworks/esp-idf-v5.0.4/components/newlib/locks.c:130

0x4037732d: _lock_acquire_recursive at E:/Espressif/frameworks/esp-idf-v5.0.4/components/newlib/locks.c:158

0x403773fc: __retarget_lock_acquire_recursive at E:/Espressif/frameworks/esp-idf-v5.0.4/components/newlib/locks.c:314 (discriminator 3)

0x42011f4d: _vfprintf_r at ??:?

0x42015091: vprintf at /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32s3-elf/src/newlib/newlib/libc/stdio/vprintf.c:34 (discriminator 5)

0x4201cfa5: esp_log_writev at E:/Espressif/frameworks/esp-idf-v5.0.4/components/log/log.c:200

0x4037f5a9: esp_log_write at E:/Espressif/frameworks/esp-idf-v5.0.4/components/log/log.c:210

0x4037774d: ledc_timer_ovf_isr at E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/main/led_matrix.c:198 (discriminator 5)

0x4037700d: _xt_medint2 at E:/Espressif/frameworks/esp-idf-v5.0.4/components/freertos/FreeRTOS-Kernel/portable/xtensa/xtensa_vectors.S:1207

0x40375731: esp_restart_noos_dig at E:/Espressif/frameworks/esp-idf-v5.0.4/components/esp_system/esp_system.c:64 (discriminator 1)



View File

View File

@ -0,0 +1,9 @@
--- WARNING: GDB cannot open serial ports accessed as COMx
--- Using \\.\COM3 instead...
--- idf_monitor on \\.\COM3 115200 ---
--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H ---
0x40378d2a: esp_cpu_wait_for_intr at E:/Espressif/frameworks/esp-idf-v5.0.4/components/esp_hw_support/cpu.c:110

ClearCommError failed (PermissionError(13, '设备不识别此命令。', None, 22))
Waiting for the device to reconnect........


View File

@ -0,0 +1,9 @@
--- WARNING: GDB cannot open serial ports accessed as COMx
--- Using \\.\COM3 instead...
--- idf_monitor on \\.\COM3 115200 ---
--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H ---
0x40378d2a: esp_cpu_wait_for_intr at E:/Espressif/frameworks/esp-idf-v5.0.4/components/esp_hw_support/cpu.c:110

ClearCommError failed (PermissionError(13, '设备不识别此命令。', None, 22))
Waiting for the device to reconnect.


View File

@ -0,0 +1,23 @@
--- WARNING: GDB cannot open serial ports accessed as COMx
--- Using \\.\COM3 instead...
--- idf_monitor on \\.\COM3 115200 ---
--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H ---
0x42001d8b: panic_handler at E:/Espressif/frameworks/esp-idf-v5.0.4/components/esp_system/port/panic_handler.c:147 (discriminator 3)

ClearCommError failed (PermissionError(13, '设备不识别此命令。', None, 22))
Waiting for the device to reconnect.
ClearCommError failed (PermissionError(13, '设备不识别此命令。', None, 22))
Waiting for the device to reconnect.
ClearCommError failed (PermissionError(13, '设备不识别此命令。', None, 22))
Waiting for the device to reconnect.
0x42001d8b: panic_handler at E:/Espressif/frameworks/esp-idf-v5.0.4/components/esp_system/port/panic_handler.c:147 (discriminator 3)

0x42001d8b: panic_handler at E:/Espressif/frameworks/esp-idf-v5.0.4/components/esp_system/port/panic_handler.c:147 (discriminator 3)

0x42001d8b: panic_handler at E:/Espressif/frameworks/esp-idf-v5.0.4/components/esp_system/port/panic_handler.c:147 (discriminator 3)

ClearCommError failed (PermissionError(13, '设备不识别此命令。', None, 22))
Waiting for the device to reconnect.
ClearCommError failed (PermissionError(13, '设备不识别此命令。', None, 22))
Waiting for the device to reconnect........................................................


View File

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