修改段地址
This commit is contained in:
@@ -17,7 +17,7 @@ ESP32-S3 USB 复合设备项目,采用 C + Rust 混合编程:
|
||||
|
||||
1. 编译 Rust 库:
|
||||
```batch
|
||||
build_rust.bat
|
||||
cargo.bat
|
||||
```
|
||||
|
||||
2. 编译 ESP-IDF 项目:
|
||||
@@ -39,6 +39,20 @@ idf.cmd flash
|
||||
idf.cmd -p COM3 flash
|
||||
```
|
||||
|
||||
### 擦除 flash
|
||||
|
||||
使用以下命令擦除整个 flash:
|
||||
|
||||
```batch
|
||||
idf.cmd erase_flash
|
||||
```
|
||||
|
||||
或者指定端口:
|
||||
|
||||
```batch
|
||||
idf.cmd -p COM3 erase_flash
|
||||
```
|
||||
|
||||
## 调试与日志
|
||||
|
||||
### 串口监视器
|
||||
|
||||
@@ -1 +1 @@
|
||||
36041ac19d4285eaabcbe85252d449f3 D:/Projects/trunk/JoyD/ESP32/my_usb_project/build/my_usb_project.bin
|
||||
223e3d8a12cf280dd4f437ce2b0b7c8d D:/Projects/trunk/JoyD/ESP32/my_usb_project/build/my_usb_project.bin
|
||||
|
||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
81f91b648971eee89408e0c120415d533d52914b
|
||||
b4393d2290ffea9f46e297e9152fbdcf095601d5
|
||||
|
||||
@@ -122,3 +122,5 @@
|
||||
18 128 7967177854402774 D:/Projects/trunk/JoyD/ESP32/my_usb_project/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3e73059819fce7a4
|
||||
25 209 7967243525037285 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3e73059819fce7a4
|
||||
25 209 7967243525037285 D:/Projects/trunk/JoyD/ESP32/my_usb_project/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3e73059819fce7a4
|
||||
26 234 7967298384831340 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3e73059819fce7a4
|
||||
26 234 7967298384831340 D:/Projects/trunk/JoyD/ESP32/my_usb_project/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3e73059819fce7a4
|
||||
|
||||
@@ -3825,7 +3825,7 @@ build esp-idf/esp_bootloader_format/install/strip: phony esp-idf/esp_bootloader_
|
||||
build cmake_object_order_depends_target___idf_esp_app_format: phony || cmake_object_order_depends_target___idf_bootloader_support
|
||||
|
||||
build esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj: C_COMPILER____idf_esp_app_format_unscanned_ D$:/DiskC/ProgramFiles/Espressif/frameworks/esp-idf-v5.2.6/components/esp_app_format/esp_app_desc.c || cmake_object_order_depends_target___idf_esp_app_format
|
||||
DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D PROJECT_NAME=\"my_usb_project\" -DPROJECT_VER=\"81f91b6-dirty\"
|
||||
DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D PROJECT_NAME=\"my_usb_project\" -DPROJECT_VER=\"b4393d2-dirty\"
|
||||
DEP_FILE = esp-idf\esp_app_format\CMakeFiles\__idf_esp_app_format.dir\esp_app_desc.c.obj.d
|
||||
FLAGS = -mlongcalls -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=D:/Projects/trunk/JoyD/ESP32/my_usb_project=. -fmacro-prefix-map=D:/DiskC/ProgramFiles/Espressif/frameworks/esp-idf-v5.2.6=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration
|
||||
INCLUDES = -ID:/Projects/trunk/JoyD/ESP32/my_usb_project/build/config -ID:/DiskC/ProgramFiles/Espressif/frameworks/esp-idf-v5.2.6/components/esp_app_format/include -ID:/DiskC/ProgramFiles/Espressif/frameworks/esp-idf-v5.2.6/components/newlib/platform_include -ID:/DiskC/ProgramFiles/Espressif/frameworks/esp-idf-v5.2.6/components/freertos/config/include -ID:/DiskC/ProgramFiles/Espressif/frameworks/esp-idf-v5.2.6/components/freertos/config/include/freertos -ID:/DiskC/ProgramFiles/Espressif/frameworks/esp-idf-v5.2.6/components/freertos/config/xtensa/include -ID:/DiskC/ProgramFiles/Espressif/frameworks/esp-idf-v5.2.6/components/freertos/FreeRTOS-Kernel/include -ID:/DiskC/ProgramFiles/Espressif/frameworks/esp-idf-v5.2.6/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -ID:/DiskC/ProgramFiles/Espressif/frameworks/esp-idf-v5.2.6/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -ID:/DiskC/ProgramFiles/Espressif/frameworks/esp-idf-v5.2.6/components/freertos/esp_additions/include -ID:/DiskC/ProgramFiles/Espressif/frameworks/esp-idf-v5.2.6/components/esp_hw_support/include -ID:/DiskC/ProgramFiles/Espressif/frameworks/esp-idf-v5.2.6/components/esp_hw_support/include/soc -ID:/DiskC/ProgramFiles/Espressif/frameworks/esp-idf-v5.2.6/components/esp_hw_support/include/soc/esp32s3 -ID:/DiskC/ProgramFiles/Espressif/frameworks/esp-idf-v5.2.6/components/esp_hw_support/port/esp32s3/. -ID:/DiskC/ProgramFiles/Espressif/frameworks/esp-idf-v5.2.6/components/heap/include -ID:/DiskC/ProgramFiles/Espressif/frameworks/esp-idf-v5.2.6/components/log/include -ID:/DiskC/ProgramFiles/Espressif/frameworks/esp-idf-v5.2.6/components/soc/include -ID:/DiskC/ProgramFiles/Espressif/frameworks/esp-idf-v5.2.6/components/soc/esp32s3 -ID:/DiskC/ProgramFiles/Espressif/frameworks/esp-idf-v5.2.6/components/soc/esp32s3/include -ID:/DiskC/ProgramFiles/Espressif/frameworks/esp-idf-v5.2.6/components/hal/platform_port/include -ID:/DiskC/ProgramFiles/Espressif/frameworks/esp-idf-v5.2.6/components/hal/esp32s3/include -ID:/DiskC/ProgramFiles/Espressif/frameworks/esp-idf-v5.2.6/components/hal/include -ID:/DiskC/ProgramFiles/Espressif/frameworks/esp-idf-v5.2.6/components/esp_rom/include -ID:/DiskC/ProgramFiles/Espressif/frameworks/esp-idf-v5.2.6/components/esp_rom/include/esp32s3 -ID:/DiskC/ProgramFiles/Espressif/frameworks/esp-idf-v5.2.6/components/esp_rom/esp32s3 -ID:/DiskC/ProgramFiles/Espressif/frameworks/esp-idf-v5.2.6/components/esp_common/include -ID:/DiskC/ProgramFiles/Espressif/frameworks/esp-idf-v5.2.6/components/esp_system/include -ID:/DiskC/ProgramFiles/Espressif/frameworks/esp-idf-v5.2.6/components/esp_system/port/soc -ID:/DiskC/ProgramFiles/Espressif/frameworks/esp-idf-v5.2.6/components/esp_system/port/include/private -ID:/DiskC/ProgramFiles/Espressif/frameworks/esp-idf-v5.2.6/components/xtensa/esp32s3/include -ID:/DiskC/ProgramFiles/Espressif/frameworks/esp-idf-v5.2.6/components/xtensa/include -ID:/DiskC/ProgramFiles/Espressif/frameworks/esp-idf-v5.2.6/components/xtensa/deprecated_include -ID:/DiskC/ProgramFiles/Espressif/frameworks/esp-idf-v5.2.6/components/lwip/include -ID:/DiskC/ProgramFiles/Espressif/frameworks/esp-idf-v5.2.6/components/lwip/include/apps -ID:/DiskC/ProgramFiles/Espressif/frameworks/esp-idf-v5.2.6/components/lwip/include/apps/sntp -ID:/DiskC/ProgramFiles/Espressif/frameworks/esp-idf-v5.2.6/components/lwip/lwip/src/include -ID:/DiskC/ProgramFiles/Espressif/frameworks/esp-idf-v5.2.6/components/lwip/port/include -ID:/DiskC/ProgramFiles/Espressif/frameworks/esp-idf-v5.2.6/components/lwip/port/freertos/include -ID:/DiskC/ProgramFiles/Espressif/frameworks/esp-idf-v5.2.6/components/lwip/port/esp32xx/include -ID:/DiskC/ProgramFiles/Espressif/frameworks/esp-idf-v5.2.6/components/lwip/port/esp32xx/include/arch -ID:/DiskC/ProgramFiles/Espressif/frameworks/esp-idf-v5.2.6/components/lwip/port/esp32xx/include/sys
|
||||
|
||||
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -548,7 +548,7 @@ D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-
|
||||
esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) (__umoddi3)
|
||||
esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj)
|
||||
D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libstdc++.a(eh_catch.o) (__wrap__Unwind_DeleteException)
|
||||
D:/Projects/trunk/JoyD/ESP32/my_usb_project/rust_app/target/xtensa-esp32s3-none-elf/debug/librust_app.a(rust_app-919bebc9895a3f39.2nycnwwbn41kj526smxgei6ej.1u32f7c.rcgu.o)
|
||||
D:/Projects/trunk/JoyD/ESP32/my_usb_project/rust_app/target/xtensa-esp32s3-none-elf/debug/librust_app.a(rust_app-919bebc9895a3f39.2nycnwwbn41kj526smxgei6ej.00918n4.rcgu.o)
|
||||
esp-idf/main/libmain.a(rust_app_wrapper.c.obj) (rust_app_main)
|
||||
D:/Projects/trunk/JoyD/ESP32/my_usb_project/rust_app/target/xtensa-esp32s3-none-elf/debug/librust_app.a(compiler_builtins-f1071b6ebc82774a.compiler_builtins.d8810b99f26a527f-cgu.01.rcgu.o)
|
||||
esp-idf/esp_system/libesp_system.a(panic.c.obj) (strlen)
|
||||
@@ -11967,11 +11967,11 @@ Discarded input sections
|
||||
0x00000000 0x9 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj)
|
||||
.xt.lit 0x00000000 0xd0 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj)
|
||||
.xt.prop 0x00000000 0x3a8 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj)
|
||||
.text 0x00000000 0x0 D:/Projects/trunk/JoyD/ESP32/my_usb_project/rust_app/target/xtensa-esp32s3-none-elf/debug/librust_app.a(rust_app-919bebc9895a3f39.2nycnwwbn41kj526smxgei6ej.1u32f7c.rcgu.o)
|
||||
.text 0x00000000 0x0 D:/Projects/trunk/JoyD/ESP32/my_usb_project/rust_app/target/xtensa-esp32s3-none-elf/debug/librust_app.a(rust_app-919bebc9895a3f39.2nycnwwbn41kj526smxgei6ej.00918n4.rcgu.o)
|
||||
.text._RNvCs1A10iNHpS9h_7___rustc17rust_begin_unwind
|
||||
0x00000000 0xb D:/Projects/trunk/JoyD/ESP32/my_usb_project/rust_app/target/xtensa-esp32s3-none-elf/debug/librust_app.a(rust_app-919bebc9895a3f39.2nycnwwbn41kj526smxgei6ej.1u32f7c.rcgu.o)
|
||||
0x00000000 0xb D:/Projects/trunk/JoyD/ESP32/my_usb_project/rust_app/target/xtensa-esp32s3-none-elf/debug/librust_app.a(rust_app-919bebc9895a3f39.2nycnwwbn41kj526smxgei6ej.00918n4.rcgu.o)
|
||||
.text.rust_usb_callback
|
||||
0x00000000 0x7 D:/Projects/trunk/JoyD/ESP32/my_usb_project/rust_app/target/xtensa-esp32s3-none-elf/debug/librust_app.a(rust_app-919bebc9895a3f39.2nycnwwbn41kj526smxgei6ej.1u32f7c.rcgu.o)
|
||||
0x00000000 0x7 D:/Projects/trunk/JoyD/ESP32/my_usb_project/rust_app/target/xtensa-esp32s3-none-elf/debug/librust_app.a(rust_app-919bebc9895a3f39.2nycnwwbn41kj526smxgei6ej.00918n4.rcgu.o)
|
||||
.text 0x00000000 0x0 D:/Projects/trunk/JoyD/ESP32/my_usb_project/rust_app/target/xtensa-esp32s3-none-elf/debug/librust_app.a(compiler_builtins-f1071b6ebc82774a.compiler_builtins.d8810b99f26a527f-cgu.01.rcgu.o)
|
||||
.literal._RINvMNtCs4rtU9uoPJiz_4core6optionINtB3_6OptionjE3mapTddENCNvMs6_NtNtNtB5_5array4iter10iter_innerINtB10_15PolymorphicIterSINtNtNtB5_3mem12maybe_uninit11MaybeUninitBO_EE4next0ECsiArF1e2P0VD_17compiler_builtins
|
||||
0x00000000 0x4 D:/Projects/trunk/JoyD/ESP32/my_usb_project/rust_app/target/xtensa-esp32s3-none-elf/debug/librust_app.a(compiler_builtins-f1071b6ebc82774a.compiler_builtins.d8810b99f26a527f-cgu.01.rcgu.o)
|
||||
@@ -31018,7 +31018,7 @@ LOAD D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xt
|
||||
0x3fc955e0 _bss_end = ABSOLUTE (.)
|
||||
0x00000001 ASSERT (((_bss_end - ORIGIN (dram0_0_seg)) <= LENGTH (dram0_0_seg)), DRAM segment data does not fit.)
|
||||
|
||||
.flash.text 0x42000020 0x16b33
|
||||
.flash.text 0x42000020 0x16b2f
|
||||
0x42000020 _stext = .
|
||||
0x42000020 _instruction_reserved_start = ABSOLUTE (.)
|
||||
0x42000020 _text_start = ABSOLUTE (.)
|
||||
@@ -34969,67 +34969,67 @@ LOAD D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xt
|
||||
*fill* 0x420150b0 0x0
|
||||
*fill* 0x420150b0 0x0
|
||||
.text.rust_app_main
|
||||
0x420150b0 0x9 D:/Projects/trunk/JoyD/ESP32/my_usb_project/rust_app/target/xtensa-esp32s3-none-elf/debug/librust_app.a(rust_app-919bebc9895a3f39.2nycnwwbn41kj526smxgei6ej.1u32f7c.rcgu.o)
|
||||
0x420150b0 0x5 D:/Projects/trunk/JoyD/ESP32/my_usb_project/rust_app/target/xtensa-esp32s3-none-elf/debug/librust_app.a(rust_app-919bebc9895a3f39.2nycnwwbn41kj526smxgei6ej.00918n4.rcgu.o)
|
||||
0x420150b0 rust_app_main
|
||||
*fill* 0x420150b9 0x0
|
||||
*fill* 0x420150b9 0x0
|
||||
*fill* 0x420150b9 0x0
|
||||
*fill* 0x420150b9 0x0
|
||||
*fill* 0x420150b9 0x0
|
||||
*fill* 0x420150b9 0x0
|
||||
*fill* 0x420150b9 0x0
|
||||
*fill* 0x420150b9 0x0
|
||||
*fill* 0x420150b9 0x0
|
||||
*fill* 0x420150b9 0x0
|
||||
*fill* 0x420150b9 0x0
|
||||
*fill* 0x420150b9 0x0
|
||||
*fill* 0x420150b9 0x3
|
||||
*fill* 0x420150b5 0x0
|
||||
*fill* 0x420150b5 0x0
|
||||
*fill* 0x420150b5 0x0
|
||||
*fill* 0x420150b5 0x0
|
||||
*fill* 0x420150b5 0x0
|
||||
*fill* 0x420150b5 0x0
|
||||
*fill* 0x420150b5 0x0
|
||||
*fill* 0x420150b5 0x0
|
||||
*fill* 0x420150b5 0x0
|
||||
*fill* 0x420150b5 0x0
|
||||
*fill* 0x420150b5 0x0
|
||||
*fill* 0x420150b5 0x0
|
||||
*fill* 0x420150b5 0x3
|
||||
.text._fwalk_sglue
|
||||
0x420150bc 0x37 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-fwalk.o)
|
||||
0x420150bc _fwalk_sglue
|
||||
*fill* 0x420150f3 0x0
|
||||
*fill* 0x420150f3 0x0
|
||||
*fill* 0x420150f3 0x0
|
||||
*fill* 0x420150f3 0x0
|
||||
*fill* 0x420150f3 0x0
|
||||
*fill* 0x420150f3 0x0
|
||||
*fill* 0x420150f3 0x0
|
||||
*fill* 0x420150f3 0x0
|
||||
*fill* 0x420150f3 0x0
|
||||
*fill* 0x420150f3 0x0
|
||||
*fill* 0x420150f3 0x1
|
||||
0x420150b8 0x37 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-fwalk.o)
|
||||
0x420150b8 _fwalk_sglue
|
||||
*fill* 0x420150ef 0x0
|
||||
*fill* 0x420150ef 0x0
|
||||
*fill* 0x420150ef 0x0
|
||||
*fill* 0x420150ef 0x0
|
||||
*fill* 0x420150ef 0x0
|
||||
*fill* 0x420150ef 0x0
|
||||
*fill* 0x420150ef 0x0
|
||||
*fill* 0x420150ef 0x0
|
||||
*fill* 0x420150ef 0x0
|
||||
*fill* 0x420150ef 0x0
|
||||
*fill* 0x420150ef 0x1
|
||||
.text.__sflags
|
||||
0x420150f4 0x80 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-flags.o)
|
||||
0x420150f4 __sflags
|
||||
*fill* 0x42015174 0x0
|
||||
*fill* 0x42015174 0x0
|
||||
*fill* 0x42015174 0x0
|
||||
*fill* 0x42015174 0x0
|
||||
*fill* 0x42015174 0x0
|
||||
*fill* 0x42015174 0x0
|
||||
0x420150f0 0x80 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-flags.o)
|
||||
0x420150f0 __sflags
|
||||
*fill* 0x42015170 0x0
|
||||
*fill* 0x42015170 0x0
|
||||
*fill* 0x42015170 0x0
|
||||
*fill* 0x42015170 0x0
|
||||
*fill* 0x42015170 0x0
|
||||
*fill* 0x42015170 0x0
|
||||
.text.__ascii_mbtowc
|
||||
0x42015174 0x24 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-mbtowc_r.o)
|
||||
0x42015174 __ascii_mbtowc
|
||||
*fill* 0x42015198 0x0
|
||||
*fill* 0x42015198 0x0
|
||||
0x42015170 0x24 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-mbtowc_r.o)
|
||||
0x42015170 __ascii_mbtowc
|
||||
*fill* 0x42015194 0x0
|
||||
*fill* 0x42015194 0x0
|
||||
.text.__hi0bits
|
||||
0x42015198 0x4e D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-mprec.o)
|
||||
0x42015198 __hi0bits
|
||||
*fill* 0x420151e6 0x2
|
||||
0x42015194 0x4e D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-mprec.o)
|
||||
0x42015194 __hi0bits
|
||||
*fill* 0x420151e2 0x2
|
||||
.text.__lo0bits
|
||||
0x420151e8 0x70 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-mprec.o)
|
||||
0x420151e8 __lo0bits
|
||||
*fill* 0x42015258 0x0
|
||||
*fill* 0x42015258 0x0
|
||||
*fill* 0x42015258 0x0
|
||||
*fill* 0x42015258 0x0
|
||||
.text.__mcmp 0x42015258 0x3a D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-mprec.o)
|
||||
0x42015258 __mcmp
|
||||
*fill* 0x42015292 0x0
|
||||
*fill* 0x42015292 0x2
|
||||
0x420151e4 0x70 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-mprec.o)
|
||||
0x420151e4 __lo0bits
|
||||
*fill* 0x42015254 0x0
|
||||
*fill* 0x42015254 0x0
|
||||
*fill* 0x42015254 0x0
|
||||
*fill* 0x42015254 0x0
|
||||
.text.__mcmp 0x42015254 0x3a D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-mprec.o)
|
||||
0x42015254 __mcmp
|
||||
*fill* 0x4201528e 0x0
|
||||
*fill* 0x4201528e 0x2
|
||||
.text.__ascii_wctomb
|
||||
0x42015294 0x23 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-wctomb_r.o)
|
||||
0x42015294 __ascii_wctomb
|
||||
0x42015290 0x23 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-wctomb_r.o)
|
||||
0x42015290 __ascii_wctomb
|
||||
*(EXCLUDE_FILE(*libpp.a *libnet80211.a) .wifi0iram EXCLUDE_FILE(*libpp.a *libnet80211.a) .wifi0iram.*)
|
||||
*(.wifiextrairam .wifiextrairam.*)
|
||||
*(EXCLUDE_FILE(*libpp.a) .wifiorslpiram EXCLUDE_FILE(*libpp.a) .wifiorslpiram.*)
|
||||
@@ -35040,107 +35040,107 @@ LOAD D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xt
|
||||
*libesp_event.a:default_event_loop.*(.literal.esp_event_handler_instance_register .literal.esp_event_handler_instance_unregister .literal.esp_event_handler_register .literal.esp_event_handler_unregister .literal.esp_event_loop_create_default .literal.esp_event_loop_delete_default .literal.esp_event_post .text .text.esp_event_handler_instance_register .text.esp_event_handler_instance_unregister .text.esp_event_handler_register .text.esp_event_handler_unregister .text.esp_event_loop_create_default .text.esp_event_loop_delete_default .text.esp_event_post)
|
||||
*libesp_event.a:esp_event.*(.literal.base_node_add_handler .literal.base_node_remove_all_handler .literal.base_node_remove_handler .literal.esp_event_handler_instance_register_with .literal.esp_event_handler_instance_unregister_with .literal.esp_event_handler_register_with .literal.esp_event_handler_register_with_internal .literal.esp_event_handler_unregister_with .literal.esp_event_handler_unregister_with_internal .literal.esp_event_loop_create .literal.esp_event_loop_delete .literal.esp_event_loop_run .literal.esp_event_loop_run_task .literal.esp_event_post_to .literal.find_and_unregister_handler .literal.handler_instances_add .literal.handler_instances_remove .literal.handler_instances_remove_all .literal.loop_node_add_handler .literal.loop_node_remove_all_handler .literal.loop_node_remove_handler .literal.loop_remove_handler .text .text.base_node_add_handler .text.base_node_remove_all_handler .text.base_node_remove_handler .text.esp_event_dump .text.esp_event_handler_instance_register_with .text.esp_event_handler_instance_unregister_with .text.esp_event_handler_register_with .text.esp_event_handler_register_with_internal .text.esp_event_handler_unregister_with .text.esp_event_handler_unregister_with_internal .text.esp_event_loop_create .text.esp_event_loop_delete .text.esp_event_loop_run .text.esp_event_loop_run_task .text.esp_event_post_to .text.find_and_unregister_handler .text.handler_execute .text.handler_instances_add .text.handler_instances_remove .text.handler_instances_remove_all .text.loop_node_add_handler .text.loop_node_remove_all_handler .text.loop_node_remove_handler .text.loop_remove_handler)
|
||||
*libesp_hw_support.a:cpu.*(.literal.esp_cpu_set_watchpoint .text .text.esp_cpu_clear_breakpoint .text.esp_cpu_clear_watchpoint .text.esp_cpu_set_breakpoint .text.esp_cpu_set_watchpoint)
|
||||
*fill* 0x420152b7 0x1
|
||||
*fill* 0x420152b3 0x1
|
||||
.text.esp_cpu_set_breakpoint
|
||||
0x420152b8 0x24 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj)
|
||||
0x420152b8 esp_cpu_set_breakpoint
|
||||
0x420152b4 0x24 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj)
|
||||
0x420152b4 esp_cpu_set_breakpoint
|
||||
*libesp_hw_support.a:esp_gpio_reserve.*(.text)
|
||||
*libesp_hw_support.a:gdma.*(.literal.do_allocate_gdma_channel .literal.gdma_acquire_group_handle .literal.gdma_acquire_pair_handle .literal.gdma_append .literal.gdma_apply_strategy .literal.gdma_connect .literal.gdma_del_channel .literal.gdma_del_rx_channel .literal.gdma_del_tx_channel .literal.gdma_disconnect .literal.gdma_get_channel_id .literal.gdma_get_free_m2m_trig_id_mask .literal.gdma_install_rx_interrupt .literal.gdma_install_tx_interrupt .literal.gdma_new_ahb_channel .literal.gdma_register_rx_event_callbacks .literal.gdma_register_tx_event_callbacks .literal.gdma_release_group_handle .literal.gdma_release_pair_handle .literal.gdma_reset .literal.gdma_set_priority .literal.gdma_set_transfer_ability .literal.gdma_start .literal.gdma_stop .text .text.do_allocate_gdma_channel .text.gdma_acquire_group_handle .text.gdma_acquire_pair_handle .text.gdma_append .text.gdma_apply_strategy .text.gdma_connect .text.gdma_del_channel .text.gdma_del_rx_channel .text.gdma_del_tx_channel .text.gdma_disconnect .text.gdma_get_channel_id .text.gdma_get_free_m2m_trig_id_mask .text.gdma_install_rx_interrupt .text.gdma_install_tx_interrupt .text.gdma_new_ahb_channel .text.gdma_register_rx_event_callbacks .text.gdma_register_tx_event_callbacks .text.gdma_release_group_handle .text.gdma_release_pair_handle .text.gdma_reset .text.gdma_set_priority .text.gdma_set_transfer_ability .text.gdma_start .text.gdma_stop)
|
||||
*libesp_hw_support.a:periph_ctrl.*(.literal.periph_ll_disable_clk_set_rst .literal.periph_ll_enable_clk_clear_rst .literal.periph_ll_get_clk_en_mask .literal.periph_ll_get_clk_en_reg .literal.periph_ll_get_rst_en_mask .literal.periph_ll_get_rst_en_reg .literal.periph_ll_reset .literal.periph_module_disable .literal.periph_module_enable .literal.periph_rcc_acquire_enter .literal.periph_rcc_acquire_exit .literal.periph_rcc_release_enter .literal.periph_rcc_release_exit .text .text.periph_ll_disable_clk_set_rst .text.periph_ll_enable_clk_clear_rst .text.periph_ll_get_clk_en_mask .text.periph_ll_get_clk_en_reg .text.periph_ll_get_rst_en_mask .text.periph_ll_get_rst_en_reg .text.periph_ll_reset .text.periph_module_disable .text.periph_module_enable .text.periph_rcc_acquire_enter .text.periph_rcc_acquire_exit .text.periph_rcc_release_enter .text.periph_rcc_release_exit)
|
||||
.text.periph_ll_get_clk_en_mask
|
||||
0x420152dc 0x282 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj)
|
||||
*fill* 0x4201555e 0x2
|
||||
0x420152d8 0x282 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj)
|
||||
*fill* 0x4201555a 0x2
|
||||
.text.periph_ll_get_rst_en_mask
|
||||
0x42015560 0x23a esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj)
|
||||
*fill* 0x4201579a 0x2
|
||||
0x4201555c 0x23a esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj)
|
||||
*fill* 0x42015796 0x2
|
||||
.text.periph_ll_get_clk_en_reg
|
||||
0x4201579c 0x69 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj)
|
||||
*fill* 0x42015805 0x3
|
||||
0x42015798 0x69 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj)
|
||||
*fill* 0x42015801 0x3
|
||||
.text.periph_ll_get_rst_en_reg
|
||||
0x42015808 0x65 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj)
|
||||
*fill* 0x4201586d 0x3
|
||||
0x42015804 0x65 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj)
|
||||
*fill* 0x42015869 0x3
|
||||
.text.periph_ll_enable_clk_clear_rst
|
||||
0x42015870 0x3e esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj)
|
||||
0x4201586c 0x3e esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj)
|
||||
0x4a (size before relaxing)
|
||||
*fill* 0x420158ae 0x2
|
||||
*fill* 0x420158aa 0x2
|
||||
.text.periph_rcc_acquire_enter
|
||||
0x420158b0 0x13 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj)
|
||||
0x420158b0 periph_rcc_acquire_enter
|
||||
*fill* 0x420158c3 0x1
|
||||
0x420158ac 0x13 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj)
|
||||
0x420158ac periph_rcc_acquire_enter
|
||||
*fill* 0x420158bf 0x1
|
||||
.text.periph_rcc_acquire_exit
|
||||
0x420158c4 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj)
|
||||
0x420158c4 periph_rcc_acquire_exit
|
||||
0x420158c0 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj)
|
||||
0x420158c0 periph_rcc_acquire_exit
|
||||
.text.periph_module_enable
|
||||
0x420158dc 0x83 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj)
|
||||
0x420158d8 0x83 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj)
|
||||
0x87 (size before relaxing)
|
||||
0x420158dc periph_module_enable
|
||||
*fill* 0x4201595f 0x0
|
||||
*fill* 0x4201595f 0x0
|
||||
*fill* 0x4201595f 0x0
|
||||
*fill* 0x4201595f 0x0
|
||||
*fill* 0x4201595f 0x0
|
||||
*fill* 0x4201595f 0x0
|
||||
0x420158d8 periph_module_enable
|
||||
*fill* 0x4201595b 0x0
|
||||
*fill* 0x4201595b 0x0
|
||||
*fill* 0x4201595b 0x0
|
||||
*fill* 0x4201595b 0x0
|
||||
*fill* 0x4201595b 0x0
|
||||
*fill* 0x4201595b 0x0
|
||||
*libesp_hw_support.a:rtc_init.*(.literal.calibrate_ocode .literal.get_dig1v3_dbias_by_efuse .literal.get_dig_dbias_by_efuse .literal.get_rtc_dbias_by_efuse .literal.rtc_init .literal.rtc_set_stored_dbias .literal.set_ocode_by_efuse .text .text.calibrate_ocode .text.get_dig1v3_dbias_by_efuse .text.get_dig_dbias_by_efuse .text.get_rtc_dbias_by_efuse .text.rtc_init .text.rtc_set_stored_dbias .text.set_ocode_by_efuse)
|
||||
*fill* 0x4201595f 0x1
|
||||
*fill* 0x4201595b 0x1
|
||||
.text.set_ocode_by_efuse
|
||||
0x42015960 0x4a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj)
|
||||
*fill* 0x420159aa 0x2
|
||||
0x4201595c 0x4a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj)
|
||||
*fill* 0x420159a6 0x2
|
||||
.text.get_dig1v3_dbias_by_efuse
|
||||
0x420159ac 0x6f esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj)
|
||||
*fill* 0x42015a1b 0x1
|
||||
0x420159a8 0x6f esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj)
|
||||
*fill* 0x42015a17 0x1
|
||||
.text.get_dig_dbias_by_efuse
|
||||
0x42015a1c 0x26 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj)
|
||||
*fill* 0x42015a42 0x2
|
||||
0x42015a18 0x26 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj)
|
||||
*fill* 0x42015a3e 0x2
|
||||
.text.get_rtc_dbias_by_efuse
|
||||
0x42015a44 0xc2 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj)
|
||||
*fill* 0x42015b06 0x2
|
||||
0x42015a40 0xc2 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj)
|
||||
*fill* 0x42015b02 0x2
|
||||
.text.rtc_set_stored_dbias
|
||||
0x42015b08 0x7f esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj)
|
||||
0x42015b04 0x7f esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj)
|
||||
0x8b (size before relaxing)
|
||||
*fill* 0x42015b87 0x1
|
||||
*fill* 0x42015b83 0x1
|
||||
.text.calibrate_ocode
|
||||
0x42015b88 0xfa esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj)
|
||||
*fill* 0x42015c82 0x2
|
||||
0x42015b84 0xfa esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj)
|
||||
*fill* 0x42015c7e 0x2
|
||||
.text.rtc_init
|
||||
0x42015c84 0x5ae esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj)
|
||||
0x42015c80 0x5ae esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj)
|
||||
0x5be (size before relaxing)
|
||||
0x42015c84 rtc_init
|
||||
*fill* 0x42016232 0x0
|
||||
*fill* 0x42016232 0x0
|
||||
*fill* 0x42016232 0x0
|
||||
*fill* 0x42016232 0x0
|
||||
*fill* 0x42016232 0x0
|
||||
*fill* 0x42016232 0x0
|
||||
*fill* 0x42016232 0x0
|
||||
0x42015c80 rtc_init
|
||||
*fill* 0x4201622e 0x0
|
||||
*fill* 0x4201622e 0x0
|
||||
*fill* 0x4201622e 0x0
|
||||
*fill* 0x4201622e 0x0
|
||||
*fill* 0x4201622e 0x0
|
||||
*fill* 0x4201622e 0x0
|
||||
*fill* 0x4201622e 0x0
|
||||
*libesp_hw_support.a:sar_periph_ctrl.*(.literal.s_sar_power_acquire .literal.s_sar_power_release .literal.sar_periph_ctrl_adc_continuous_power_acquire .literal.sar_periph_ctrl_adc_continuous_power_release .literal.sar_periph_ctrl_adc_oneshot_power_acquire .literal.sar_periph_ctrl_adc_oneshot_power_release .literal.sar_periph_ctrl_init .literal.sar_periph_ctrl_power_disable .literal.sar_periph_ctrl_pwdet_power_acquire .literal.sar_periph_ctrl_pwdet_power_release .text .text.s_sar_power_acquire .text.s_sar_power_release .text.sar_periph_ctrl_adc_continuous_power_acquire .text.sar_periph_ctrl_adc_continuous_power_release .text.sar_periph_ctrl_adc_oneshot_power_acquire .text.sar_periph_ctrl_adc_oneshot_power_release .text.sar_periph_ctrl_init .text.sar_periph_ctrl_power_disable .text.sar_periph_ctrl_pwdet_power_acquire .text.sar_periph_ctrl_pwdet_power_release)
|
||||
*fill* 0x42016232 0x2
|
||||
*fill* 0x4201622e 0x2
|
||||
.text.sar_periph_ctrl_init
|
||||
0x42016234 0x2a esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj)
|
||||
0x42016234 sar_periph_ctrl_init
|
||||
*fill* 0x4201625e 0x0
|
||||
0x42016230 0x2a esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj)
|
||||
0x42016230 sar_periph_ctrl_init
|
||||
*fill* 0x4201625a 0x0
|
||||
*libesp_system.a:esp_system_chip.*(.literal.esp_get_free_heap_size .literal.esp_get_free_internal_heap_size .literal.esp_get_idf_version .literal.esp_get_minimum_free_heap_size .text .text.esp_get_free_heap_size .text.esp_get_free_internal_heap_size .text.esp_get_idf_version .text.esp_get_minimum_free_heap_size)
|
||||
*libesp_wifi.a:esp_adapter.*(.literal.esp_cpu_intr_disable .literal.esp_cpu_intr_enable .literal.esp_event_post_wrapper .literal.esp_phy_disable_wrapper .literal.esp_phy_enable_wrapper .literal.event_group_wait_bits_wrapper .literal.get_time_wrapper .literal.mutex_create_wrapper .literal.mutex_delete_wrapper .literal.queue_create_wrapper .literal.queue_delete_wrapper .literal.queue_recv_wrapper .literal.queue_send_to_back_wrapper .literal.queue_send_to_front_wrapper .literal.queue_send_wrapper .literal.recursive_mutex_create_wrapper .literal.set_intr_wrapper .literal.set_isr_wrapper .literal.task_create_pinned_to_core_wrapper .literal.task_create_wrapper .literal.wifi_clock_disable_wrapper .literal.wifi_clock_enable_wrapper .literal.wifi_create_queue .literal.wifi_create_queue_wrapper .literal.wifi_delete_queue .literal.wifi_delete_queue_wrapper .literal.wifi_reset_mac_wrapper .literal.wifi_thread_semphr_free .literal.wifi_thread_semphr_get_wrapper .text .text.clear_intr_wrapper .text.coex_deinit_wrapper .text.coex_disable_wrapper .text.coex_enable_wrapper .text.coex_init_wrapper .text.coex_register_start_cb_wrapper .text.coex_schm_curr_period_get_wrapper .text.coex_schm_curr_phase_get_wrapper .text.coex_schm_flexible_period_get_wrapper .text.coex_schm_flexible_period_set_wrapper .text.coex_schm_get_phase_by_idx_wrapper .text.coex_schm_interval_get_wrapper .text.coex_schm_process_restart_wrapper .text.coex_schm_register_cb_wrapper .text.coex_schm_status_bit_clear_wrapper .text.coex_schm_status_bit_set_wrapper .text.coex_wifi_channel_set_wrapper .text.coex_wifi_request_wrapper .text.esp_cpu_intr_disable .text.esp_cpu_intr_enable .text.esp_event_post_wrapper .text.esp_phy_disable_wrapper .text.esp_phy_enable_wrapper .text.event_group_wait_bits_wrapper .text.get_time_wrapper .text.mutex_create_wrapper .text.mutex_delete_wrapper .text.queue_create_wrapper .text.queue_delete_wrapper .text.queue_recv_wrapper .text.queue_send_to_back_wrapper .text.queue_send_to_front_wrapper .text.queue_send_wrapper .text.recursive_mutex_create_wrapper .text.set_intr_wrapper .text.set_isr_wrapper .text.task_create_pinned_to_core_wrapper .text.task_create_wrapper .text.task_get_max_priority_wrapper .text.wifi_clock_disable_wrapper .text.wifi_clock_enable_wrapper .text.wifi_create_queue .text.wifi_create_queue_wrapper .text.wifi_delete_queue .text.wifi_delete_queue_wrapper .text.wifi_reset_mac_wrapper .text.wifi_thread_semphr_free .text.wifi_thread_semphr_get_wrapper)
|
||||
*libesp_wifi.a:wifi_netif.*(.literal.esp_wifi_create_if_driver .literal.esp_wifi_destroy_if_driver .literal.esp_wifi_get_if_mac .literal.esp_wifi_register_if_rxcb .literal.wifi_ap_receive .literal.wifi_driver_start .literal.wifi_free .literal.wifi_transmit .text .text.esp_wifi_create_if_driver .text.esp_wifi_destroy_if_driver .text.esp_wifi_get_if_mac .text.esp_wifi_is_if_ready_when_started .text.esp_wifi_register_if_rxcb .text.wifi_ap_receive .text.wifi_driver_start .text.wifi_free .text.wifi_transmit)
|
||||
*libfreertos.a:app_startup.*(.literal .literal.* .text .text.*)
|
||||
*fill* 0x4201625e 0x2
|
||||
*fill* 0x4201625a 0x2
|
||||
.text.other_cpu_startup_idle_hook_cb
|
||||
0x42016260 0x12 esp-idf/freertos/libfreertos.a(app_startup.c.obj)
|
||||
*fill* 0x42016272 0x2
|
||||
0x4201625c 0x12 esp-idf/freertos/libfreertos.a(app_startup.c.obj)
|
||||
*fill* 0x4201626e 0x2
|
||||
.text.main_task
|
||||
0x42016274 0xcb esp-idf/freertos/libfreertos.a(app_startup.c.obj)
|
||||
0x42016270 0xcb esp-idf/freertos/libfreertos.a(app_startup.c.obj)
|
||||
0xdf (size before relaxing)
|
||||
*fill* 0x4201633f 0x1
|
||||
*fill* 0x4201633b 0x1
|
||||
.text.esp_startup_start_app
|
||||
0x42016340 0x4c esp-idf/freertos/libfreertos.a(app_startup.c.obj)
|
||||
0x4201633c 0x4c esp-idf/freertos/libfreertos.a(app_startup.c.obj)
|
||||
0x54 (size before relaxing)
|
||||
0x42016340 esp_startup_start_app
|
||||
0x4201633c esp_startup_start_app
|
||||
.text.esp_startup_start_app_other_cores
|
||||
0x4201638c 0x2f esp-idf/freertos/libfreertos.a(app_startup.c.obj)
|
||||
0x42016388 0x2f esp-idf/freertos/libfreertos.a(app_startup.c.obj)
|
||||
0x36 (size before relaxing)
|
||||
0x4201638c esp_startup_start_app_other_cores
|
||||
*fill* 0x420163bb 0x0
|
||||
*fill* 0x420163bb 0x0
|
||||
*fill* 0x420163bb 0x0
|
||||
0x42016388 esp_startup_start_app_other_cores
|
||||
*fill* 0x420163b7 0x0
|
||||
*fill* 0x420163b7 0x0
|
||||
*fill* 0x420163b7 0x0
|
||||
*libfreertos.a:freertos_compatibility.*(.literal .literal.* .text .text.*)
|
||||
*libfreertos.a:idf_additions.*(.literal .literal.* .text .text.*)
|
||||
*libfreertos.a:tasks.*(.literal.pxGetTaskListByIndex .text.pxGetTaskListByIndex)
|
||||
@@ -35150,124 +35150,124 @@ LOAD D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xt
|
||||
*libhal.a:gdma_hal_top.*(.text .text.gdma_hal_append .text.gdma_hal_connect_peri .text.gdma_hal_deinit .text.gdma_hal_disconnect_peri .text.gdma_hal_enable_burst .text.gdma_hal_enable_intr .text.gdma_hal_get_intr_status_reg .text.gdma_hal_reset .text.gdma_hal_set_ext_mem_align .text.gdma_hal_set_priority .text.gdma_hal_set_strategy .text.gdma_hal_start_with_desc .text.gdma_hal_stop)
|
||||
*libhal.a:timer_hal.*(.literal.timer_hal_deinit .literal.timer_hal_init .text .text.timer_hal_deinit .text.timer_hal_init .text.timer_hal_set_counter_value)
|
||||
*libheap.a:multi_heap.*(.literal.multi_heap_check .literal.multi_heap_dump .literal.multi_heap_dump_tlsf .literal.multi_heap_get_info_impl .literal.multi_heap_register_impl .text .text.multi_heap_check .text.multi_heap_dump .text.multi_heap_dump_tlsf .text.multi_heap_free_size_impl .text.multi_heap_get_info_impl .text.multi_heap_get_info_tlsf .text.multi_heap_minimum_free_size_impl .text.multi_heap_register_impl)
|
||||
*fill* 0x420163bb 0x1
|
||||
*fill* 0x420163b7 0x1
|
||||
.text.multi_heap_register_impl
|
||||
0x420163bc 0x4e esp-idf/heap/libheap.a(multi_heap.c.obj)
|
||||
0x420163b8 0x4e esp-idf/heap/libheap.a(multi_heap.c.obj)
|
||||
0x52 (size before relaxing)
|
||||
0x420163bc multi_heap_register
|
||||
0x420163bc multi_heap_register_impl
|
||||
*fill* 0x4201640a 0x2
|
||||
0x420163b8 multi_heap_register
|
||||
0x420163b8 multi_heap_register_impl
|
||||
*fill* 0x42016406 0x2
|
||||
.text.multi_heap_get_info_impl
|
||||
0x4201640c 0x68 esp-idf/heap/libheap.a(multi_heap.c.obj)
|
||||
0x42016408 0x68 esp-idf/heap/libheap.a(multi_heap.c.obj)
|
||||
0x70 (size before relaxing)
|
||||
0x4201640c multi_heap_get_info_impl
|
||||
0x4201640c multi_heap_get_info
|
||||
*fill* 0x42016474 0x0
|
||||
0x42016408 multi_heap_get_info_impl
|
||||
0x42016408 multi_heap_get_info
|
||||
*fill* 0x42016470 0x0
|
||||
.text.multi_heap_get_info_tlsf
|
||||
0x42016474 0x24 esp-idf/heap/libheap.a(multi_heap.c.obj)
|
||||
*fill* 0x42016498 0x0
|
||||
0x42016470 0x24 esp-idf/heap/libheap.a(multi_heap.c.obj)
|
||||
*fill* 0x42016494 0x0
|
||||
*libheap.a:tlsf.*(.literal.control_construct .literal.default_walker .literal.integrity_walker .literal.tlsf_add_pool .literal.tlsf_check .literal.tlsf_check_pool .literal.tlsf_create .literal.tlsf_create_with_pool .literal.tlsf_fit_size .literal.tlsf_remove_pool .literal.tlsf_walk_pool .text .text.control_construct .text.default_walker .text.integrity_walker .text.tlsf_add_pool .text.tlsf_check .text.tlsf_check_pool .text.tlsf_create .text.tlsf_create_with_pool .text.tlsf_destroy .text.tlsf_fit_size .text.tlsf_pool_overhead .text.tlsf_remove_pool .text.tlsf_walk_pool)
|
||||
.text.control_construct
|
||||
0x42016498 0x176 esp-idf/heap/libheap.a(tlsf.c.obj)
|
||||
*fill* 0x4201660e 0x2
|
||||
0x42016494 0x176 esp-idf/heap/libheap.a(tlsf.c.obj)
|
||||
*fill* 0x4201660a 0x2
|
||||
.text.default_walker
|
||||
0x42016610 0x1f esp-idf/heap/libheap.a(tlsf.c.obj)
|
||||
0x4201660c 0x1f esp-idf/heap/libheap.a(tlsf.c.obj)
|
||||
0x22 (size before relaxing)
|
||||
*fill* 0x4201662f 0x1
|
||||
*fill* 0x4201662b 0x1
|
||||
.text.tlsf_walk_pool
|
||||
0x42016630 0x52 esp-idf/heap/libheap.a(tlsf.c.obj)
|
||||
0x42016630 tlsf_walk_pool
|
||||
*fill* 0x42016682 0x2
|
||||
0x4201662c 0x52 esp-idf/heap/libheap.a(tlsf.c.obj)
|
||||
0x4201662c tlsf_walk_pool
|
||||
*fill* 0x4201667e 0x2
|
||||
.text.tlsf_fit_size
|
||||
0x42016684 0x34 esp-idf/heap/libheap.a(tlsf.c.obj)
|
||||
0x42016684 tlsf_fit_size
|
||||
0x42016680 0x34 esp-idf/heap/libheap.a(tlsf.c.obj)
|
||||
0x42016680 tlsf_fit_size
|
||||
.text.tlsf_add_pool
|
||||
0x420166b8 0x192 esp-idf/heap/libheap.a(tlsf.c.obj)
|
||||
0x420166b4 0x192 esp-idf/heap/libheap.a(tlsf.c.obj)
|
||||
0x19a (size before relaxing)
|
||||
0x420166b8 tlsf_add_pool
|
||||
*fill* 0x4201684a 0x2
|
||||
0x420166b4 tlsf_add_pool
|
||||
*fill* 0x42016846 0x2
|
||||
.text.tlsf_create
|
||||
0x4201684c 0x2a esp-idf/heap/libheap.a(tlsf.c.obj)
|
||||
0x42016848 0x2a esp-idf/heap/libheap.a(tlsf.c.obj)
|
||||
0x2e (size before relaxing)
|
||||
0x4201684c tlsf_create
|
||||
*fill* 0x42016876 0x2
|
||||
0x42016848 tlsf_create
|
||||
*fill* 0x42016872 0x2
|
||||
.text.tlsf_create_with_pool
|
||||
0x42016878 0x2b esp-idf/heap/libheap.a(tlsf.c.obj)
|
||||
0x42016874 0x2b esp-idf/heap/libheap.a(tlsf.c.obj)
|
||||
0x2f (size before relaxing)
|
||||
0x42016878 tlsf_create_with_pool
|
||||
*fill* 0x420168a3 0x0
|
||||
*fill* 0x420168a3 0x0
|
||||
*fill* 0x420168a3 0x1
|
||||
0x42016874 tlsf_create_with_pool
|
||||
*fill* 0x4201689f 0x0
|
||||
*fill* 0x4201689f 0x0
|
||||
*fill* 0x4201689f 0x1
|
||||
.text.tlsf_pool_overhead
|
||||
0x420168a4 0x7 esp-idf/heap/libheap.a(tlsf.c.obj)
|
||||
0x420168a4 tlsf_pool_overhead
|
||||
*fill* 0x420168ab 0x0
|
||||
*fill* 0x420168ab 0x0
|
||||
*fill* 0x420168ab 0x0
|
||||
0x420168a0 0x7 esp-idf/heap/libheap.a(tlsf.c.obj)
|
||||
0x420168a0 tlsf_pool_overhead
|
||||
*fill* 0x420168a7 0x0
|
||||
*fill* 0x420168a7 0x0
|
||||
*fill* 0x420168a7 0x0
|
||||
*liblog.a:log.*(.literal.add_to_cache .literal.clear_log_level_list .literal.esp_log_level_get .literal.esp_log_level_set .literal.esp_log_set_vprintf .literal.fix_cache_generation_overflow .literal.get_cached_log_level .literal.get_uncached_log_level .literal.heap_bubble_down .literal.heap_swap .literal.s_log_level_get_and_unlock .text .text.add_to_cache .text.clear_log_level_list .text.esp_log_level_get .text.esp_log_level_set .text.esp_log_set_vprintf .text.fix_cache_generation_overflow .text.get_cached_log_level .text.get_uncached_log_level .text.heap_bubble_down .text.heap_swap .text.s_log_level_get_and_unlock)
|
||||
*fill* 0x420168ab 0x1
|
||||
*fill* 0x420168a7 0x1
|
||||
.text.fix_cache_generation_overflow
|
||||
0x420168ac 0x2c esp-idf/log/liblog.a(log.c.obj)
|
||||
0x420168a8 0x2c esp-idf/log/liblog.a(log.c.obj)
|
||||
.text.heap_swap
|
||||
0x420168d8 0x22 esp-idf/log/liblog.a(log.c.obj)
|
||||
*fill* 0x420168fa 0x2
|
||||
0x420168d4 0x22 esp-idf/log/liblog.a(log.c.obj)
|
||||
*fill* 0x420168f6 0x2
|
||||
.text.heap_bubble_down
|
||||
0x420168fc 0x3b esp-idf/log/liblog.a(log.c.obj)
|
||||
*fill* 0x42016937 0x1
|
||||
0x420168f8 0x3b esp-idf/log/liblog.a(log.c.obj)
|
||||
*fill* 0x42016933 0x1
|
||||
.text.add_to_cache
|
||||
0x42016938 0x7b esp-idf/log/liblog.a(log.c.obj)
|
||||
0x42016934 0x7b esp-idf/log/liblog.a(log.c.obj)
|
||||
0x7f (size before relaxing)
|
||||
*fill* 0x420169b3 0x1
|
||||
*fill* 0x420169af 0x1
|
||||
.text.get_uncached_log_level
|
||||
0x420169b4 0x2b esp-idf/log/liblog.a(log.c.obj)
|
||||
*fill* 0x420169df 0x1
|
||||
0x420169b0 0x2b esp-idf/log/liblog.a(log.c.obj)
|
||||
*fill* 0x420169db 0x1
|
||||
.text.get_cached_log_level
|
||||
0x420169e0 0xb4 esp-idf/log/liblog.a(log.c.obj)
|
||||
0x420169dc 0xb4 esp-idf/log/liblog.a(log.c.obj)
|
||||
0xbc (size before relaxing)
|
||||
.text.s_log_level_get_and_unlock
|
||||
0x42016a94 0x3b esp-idf/log/liblog.a(log.c.obj)
|
||||
0x42016a90 0x3b esp-idf/log/liblog.a(log.c.obj)
|
||||
0x3f (size before relaxing)
|
||||
*fill* 0x42016acf 0x0
|
||||
*fill* 0x42016acf 0x0
|
||||
*fill* 0x42016acf 0x0
|
||||
*fill* 0x42016acf 0x0
|
||||
*fill* 0x42016acf 0x0
|
||||
*fill* 0x42016acb 0x0
|
||||
*fill* 0x42016acb 0x0
|
||||
*fill* 0x42016acb 0x0
|
||||
*fill* 0x42016acb 0x0
|
||||
*fill* 0x42016acb 0x0
|
||||
*liblog.a:log_freertos.*(.literal.esp_log_system_timestamp .text .text.esp_log_system_timestamp)
|
||||
*libxtensa.a:xt_trax.*(.literal .literal.* .text .text.*)
|
||||
*libxtensa.a:xtensa_intr.*(.literal .literal.* .text .text.*)
|
||||
*fill* 0x42016acf 0x1
|
||||
*fill* 0x42016acb 0x1
|
||||
.text.xt_int_has_handler
|
||||
0x42016ad0 0x1d esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj)
|
||||
0x42016ad0 xt_int_has_handler
|
||||
*fill* 0x42016aed 0x3
|
||||
0x42016acc 0x1d esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj)
|
||||
0x42016acc xt_int_has_handler
|
||||
*fill* 0x42016ae9 0x3
|
||||
.text.xt_set_interrupt_handler
|
||||
0x42016af0 0x4e esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj)
|
||||
0x42016af0 xt_set_interrupt_handler
|
||||
*fill* 0x42016b3e 0x0
|
||||
*fill* 0x42016b3e 0x0
|
||||
0x42016aec 0x4e esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj)
|
||||
0x42016aec xt_set_interrupt_handler
|
||||
*fill* 0x42016b3a 0x0
|
||||
*fill* 0x42016b3a 0x0
|
||||
*(.stub .gnu.warning .gnu.linkonce.literal.* .gnu.linkonce.t.*.literal .gnu.linkonce.t.*)
|
||||
*(.irom0.text)
|
||||
*(.fini.literal)
|
||||
*(.fini)
|
||||
*fill* 0x42016b3e 0x2
|
||||
.fini 0x42016b40 0x3 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32s3/no-rtti/crti.o
|
||||
0x42016b40 _fini
|
||||
*fill* 0x42016b3a 0x2
|
||||
.fini 0x42016b3c 0x3 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/esp32s3/no-rtti/crti.o
|
||||
0x42016b3c _fini
|
||||
*(.gnu.version)
|
||||
0x42016b53 . = (. + _esp_flash_mmap_prefetch_pad_size)
|
||||
*fill* 0x42016b43 0x10
|
||||
0x42016b53 _text_end = ABSOLUTE (.)
|
||||
0x42016b53 _instruction_reserved_end = ABSOLUTE (.)
|
||||
0x42016b53 _etext = .
|
||||
0x42016b4f . = (. + _esp_flash_mmap_prefetch_pad_size)
|
||||
*fill* 0x42016b3f 0x10
|
||||
0x42016b4f _text_end = ABSOLUTE (.)
|
||||
0x42016b4f _instruction_reserved_end = ABSOLUTE (.)
|
||||
0x42016b4f _etext = .
|
||||
0x00000000 _flash_cache_start = ABSOLUTE (0x0)
|
||||
|
||||
.flash_rodata_dummy
|
||||
0x3c000020 0x20000
|
||||
0x3c000020 _flash_rodata_dummy_start = ABSOLUTE (.)
|
||||
0x3c000020 . = ALIGN (ALIGNOF (.flash.text))
|
||||
0x3c016b53 . = (. + SIZEOF (.flash.text))
|
||||
*fill* 0x3c000020 0x16b33
|
||||
0x3c016b4f . = (. + SIZEOF (.flash.text))
|
||||
*fill* 0x3c000020 0x16b2f
|
||||
0x3c020020 . = (ALIGN (_esp_mmu_block_size) + 0x20)
|
||||
*fill* 0x3c016b53 0x94cd
|
||||
*fill* 0x3c016b4f 0x94d1
|
||||
|
||||
.flash.appdesc 0x3c020020 0x100
|
||||
0x3c020020 _rodata_reserved_start = ABSOLUTE (.)
|
||||
@@ -36889,7 +36889,7 @@ LOAD D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xt
|
||||
.debug_aranges
|
||||
0x00005000 0xe8 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj)
|
||||
.debug_aranges
|
||||
0x000050e8 0x30 D:/Projects/trunk/JoyD/ESP32/my_usb_project/rust_app/target/xtensa-esp32s3-none-elf/debug/librust_app.a(rust_app-919bebc9895a3f39.2nycnwwbn41kj526smxgei6ej.1u32f7c.rcgu.o)
|
||||
0x000050e8 0x30 D:/Projects/trunk/JoyD/ESP32/my_usb_project/rust_app/target/xtensa-esp32s3-none-elf/debug/librust_app.a(rust_app-919bebc9895a3f39.2nycnwwbn41kj526smxgei6ej.00918n4.rcgu.o)
|
||||
.debug_aranges
|
||||
0x00005118 0x18 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-environ.o)
|
||||
.debug_aranges
|
||||
@@ -37135,7 +37135,7 @@ LOAD D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xt
|
||||
.debug_info 0x0014ac34 0x7e8 esp-idf/hal/libhal.a(clk_tree_hal.c.obj)
|
||||
.debug_info 0x0014b41c 0x1037 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libstdc++.a(eh_globals.o)
|
||||
.debug_info 0x0014c453 0x1a62 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj)
|
||||
.debug_info 0x0014deb5 0x492 D:/Projects/trunk/JoyD/ESP32/my_usb_project/rust_app/target/xtensa-esp32s3-none-elf/debug/librust_app.a(rust_app-919bebc9895a3f39.2nycnwwbn41kj526smxgei6ej.1u32f7c.rcgu.o)
|
||||
.debug_info 0x0014deb5 0x492 D:/Projects/trunk/JoyD/ESP32/my_usb_project/rust_app/target/xtensa-esp32s3-none-elf/debug/librust_app.a(rust_app-919bebc9895a3f39.2nycnwwbn41kj526smxgei6ej.00918n4.rcgu.o)
|
||||
.debug_info 0x0014e347 0x6b D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-environ.o)
|
||||
.debug_info 0x0014e3b2 0xb9 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-ctype_.o)
|
||||
.debug_info 0x0014e46b 0xa05 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-fclose.o)
|
||||
@@ -37347,7 +37347,7 @@ LOAD D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xt
|
||||
.debug_abbrev 0x0001f7b5 0x21f esp-idf/hal/libhal.a(clk_tree_hal.c.obj)
|
||||
.debug_abbrev 0x0001f9d4 0x5ac D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libstdc++.a(eh_globals.o)
|
||||
.debug_abbrev 0x0001ff80 0x44d esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj)
|
||||
.debug_abbrev 0x000203cd 0x12e D:/Projects/trunk/JoyD/ESP32/my_usb_project/rust_app/target/xtensa-esp32s3-none-elf/debug/librust_app.a(rust_app-919bebc9895a3f39.2nycnwwbn41kj526smxgei6ej.1u32f7c.rcgu.o)
|
||||
.debug_abbrev 0x000203cd 0x12e D:/Projects/trunk/JoyD/ESP32/my_usb_project/rust_app/target/xtensa-esp32s3-none-elf/debug/librust_app.a(rust_app-919bebc9895a3f39.2nycnwwbn41kj526smxgei6ej.00918n4.rcgu.o)
|
||||
.debug_abbrev 0x000204fb 0x5b D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-environ.o)
|
||||
.debug_abbrev 0x00020556 0x62 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-ctype_.o)
|
||||
.debug_abbrev 0x000205b8 0x299 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-fclose.o)
|
||||
@@ -37380,7 +37380,7 @@ LOAD D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xt
|
||||
.debug_abbrev 0x00024c6c 0x243 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-wctomb_r.o)
|
||||
.debug_abbrev 0x00024eaf 0x3fd D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-svfiprintf.o)
|
||||
|
||||
.debug_line 0x00000000 0xd877f
|
||||
.debug_line 0x00000000 0xd877c
|
||||
*(.debug_line)
|
||||
.debug_line 0x00000000 0x4f5 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj)
|
||||
.debug_line 0x000004f5 0x2628 esp-idf/pthread/libpthread.a(pthread.c.obj)
|
||||
@@ -37559,38 +37559,38 @@ LOAD D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xt
|
||||
.debug_line 0x000bf63c 0x8d9 esp-idf/hal/libhal.a(clk_tree_hal.c.obj)
|
||||
.debug_line 0x000bff15 0x408 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libstdc++.a(eh_globals.o)
|
||||
.debug_line 0x000c031d 0x883 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj)
|
||||
.debug_line 0x000c0ba0 0x6a D:/Projects/trunk/JoyD/ESP32/my_usb_project/rust_app/target/xtensa-esp32s3-none-elf/debug/librust_app.a(rust_app-919bebc9895a3f39.2nycnwwbn41kj526smxgei6ej.1u32f7c.rcgu.o)
|
||||
.debug_line 0x000c0c0a 0x3a D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-environ.o)
|
||||
.debug_line 0x000c0c44 0x3e D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-ctype_.o)
|
||||
.debug_line 0x000c0c82 0x2dc D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-fclose.o)
|
||||
.debug_line 0x000c0f5e 0x5e3 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-fflush.o)
|
||||
.debug_line 0x000c1541 0x875 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-findfp.o)
|
||||
.debug_line 0x000c1db6 0x295 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-fopen.o)
|
||||
.debug_line 0x000c204b 0x101 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-fseek.o)
|
||||
.debug_line 0x000c214c 0x8f3 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-fvwrite.o)
|
||||
.debug_line 0x000c2a3f 0x14e D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-fwalk.o)
|
||||
.debug_line 0x000c2b8d 0x1a9 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-printf.o)
|
||||
.debug_line 0x000c2d36 0x2a3 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-stdio.o)
|
||||
.debug_line 0x000c2fd9 0x115 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-vprintf.o)
|
||||
.debug_line 0x000c30ee 0x28c D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-wsetup.o)
|
||||
.debug_line 0x000c337a 0x8be D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-fseeko.o)
|
||||
.debug_line 0x000c3c38 0x2c6 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-reent.o)
|
||||
.debug_line 0x000c3efe 0x51 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-impure.o)
|
||||
.debug_line 0x000c3f4f 0x86 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-errno.o)
|
||||
.debug_line 0x000c3fd5 0xb5 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-sysgettod.o)
|
||||
.debug_line 0x000c408a 0x630a D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-vfprintf.o)
|
||||
.debug_line 0x000ca394 0x44bb D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-vfiprintf.o)
|
||||
.debug_line 0x000ce84f 0x1c3 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-flags.o)
|
||||
.debug_line 0x000cea12 0x375 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-makebuf.o)
|
||||
.debug_line 0x000ced87 0x41b D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-refill.o)
|
||||
.debug_line 0x000cf1a2 0x1a8 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-locale.o)
|
||||
.debug_line 0x000cf34a 0x197 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-localeconv.o)
|
||||
.debug_line 0x000cf4e1 0x1d7 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libm_a-s_frexp.o)
|
||||
.debug_line 0x000cf6b8 0x2324 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-dtoa.o)
|
||||
.debug_line 0x000d19dc 0x1b4 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-mbtowc_r.o)
|
||||
.debug_line 0x000d1b90 0x2541 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-mprec.o)
|
||||
.debug_line 0x000d40d1 0x1be D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-wctomb_r.o)
|
||||
.debug_line 0x000d428f 0x44f0 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-svfiprintf.o)
|
||||
.debug_line 0x000c0ba0 0x67 D:/Projects/trunk/JoyD/ESP32/my_usb_project/rust_app/target/xtensa-esp32s3-none-elf/debug/librust_app.a(rust_app-919bebc9895a3f39.2nycnwwbn41kj526smxgei6ej.00918n4.rcgu.o)
|
||||
.debug_line 0x000c0c07 0x3a D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-environ.o)
|
||||
.debug_line 0x000c0c41 0x3e D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-ctype_.o)
|
||||
.debug_line 0x000c0c7f 0x2dc D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-fclose.o)
|
||||
.debug_line 0x000c0f5b 0x5e3 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-fflush.o)
|
||||
.debug_line 0x000c153e 0x875 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-findfp.o)
|
||||
.debug_line 0x000c1db3 0x295 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-fopen.o)
|
||||
.debug_line 0x000c2048 0x101 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-fseek.o)
|
||||
.debug_line 0x000c2149 0x8f3 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-fvwrite.o)
|
||||
.debug_line 0x000c2a3c 0x14e D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-fwalk.o)
|
||||
.debug_line 0x000c2b8a 0x1a9 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-printf.o)
|
||||
.debug_line 0x000c2d33 0x2a3 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-stdio.o)
|
||||
.debug_line 0x000c2fd6 0x115 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-vprintf.o)
|
||||
.debug_line 0x000c30eb 0x28c D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-wsetup.o)
|
||||
.debug_line 0x000c3377 0x8be D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-fseeko.o)
|
||||
.debug_line 0x000c3c35 0x2c6 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-reent.o)
|
||||
.debug_line 0x000c3efb 0x51 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-impure.o)
|
||||
.debug_line 0x000c3f4c 0x86 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-errno.o)
|
||||
.debug_line 0x000c3fd2 0xb5 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-sysgettod.o)
|
||||
.debug_line 0x000c4087 0x630a D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-vfprintf.o)
|
||||
.debug_line 0x000ca391 0x44bb D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-vfiprintf.o)
|
||||
.debug_line 0x000ce84c 0x1c3 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-flags.o)
|
||||
.debug_line 0x000cea0f 0x375 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-makebuf.o)
|
||||
.debug_line 0x000ced84 0x41b D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-refill.o)
|
||||
.debug_line 0x000cf19f 0x1a8 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-locale.o)
|
||||
.debug_line 0x000cf347 0x197 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-localeconv.o)
|
||||
.debug_line 0x000cf4de 0x1d7 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libm_a-s_frexp.o)
|
||||
.debug_line 0x000cf6b5 0x2324 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-dtoa.o)
|
||||
.debug_line 0x000d19d9 0x1b4 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-mbtowc_r.o)
|
||||
.debug_line 0x000d1b8d 0x2541 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-mprec.o)
|
||||
.debug_line 0x000d40ce 0x1be D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-wctomb_r.o)
|
||||
.debug_line 0x000d428c 0x44f0 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-svfiprintf.o)
|
||||
|
||||
.debug_frame 0x00000000 0xd338
|
||||
*(.debug_frame)
|
||||
@@ -37964,7 +37964,7 @@ LOAD D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xt
|
||||
.debug_str 0x00037b16 0xb55 esp-idf/hal/libhal.a(clk_tree_hal.c.obj)
|
||||
.debug_str 0x00037b16 0xcd8 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libstdc++.a(eh_globals.o)
|
||||
.debug_str 0x00037b16 0x1071 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj)
|
||||
.debug_str 0x00037b16 0x49e D:/Projects/trunk/JoyD/ESP32/my_usb_project/rust_app/target/xtensa-esp32s3-none-elf/debug/librust_app.a(rust_app-919bebc9895a3f39.2nycnwwbn41kj526smxgei6ej.1u32f7c.rcgu.o)
|
||||
.debug_str 0x00037b16 0x49e D:/Projects/trunk/JoyD/ESP32/my_usb_project/rust_app/target/xtensa-esp32s3-none-elf/debug/librust_app.a(rust_app-919bebc9895a3f39.2nycnwwbn41kj526smxgei6ej.00918n4.rcgu.o)
|
||||
.debug_str 0x00037b16 0xc3 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-environ.o)
|
||||
.debug_str 0x00037b16 0x13a D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-ctype_.o)
|
||||
.debug_str 0x00037b16 0x5c9 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-fclose.o)
|
||||
@@ -38317,7 +38317,7 @@ LOAD D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xt
|
||||
.debug_ranges 0x000055b8 0x58 esp-idf/hal/libhal.a(mpu_hal.c.obj)
|
||||
.debug_ranges 0x00005610 0x80 esp-idf/hal/libhal.a(clk_tree_hal.c.obj)
|
||||
.debug_ranges 0x00005690 0xd8 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj)
|
||||
.debug_ranges 0x00005768 0x20 D:/Projects/trunk/JoyD/ESP32/my_usb_project/rust_app/target/xtensa-esp32s3-none-elf/debug/librust_app.a(rust_app-919bebc9895a3f39.2nycnwwbn41kj526smxgei6ej.1u32f7c.rcgu.o)
|
||||
.debug_ranges 0x00005768 0x20 D:/Projects/trunk/JoyD/ESP32/my_usb_project/rust_app/target/xtensa-esp32s3-none-elf/debug/librust_app.a(rust_app-919bebc9895a3f39.2nycnwwbn41kj526smxgei6ej.00918n4.rcgu.o)
|
||||
|
||||
.debug_weaknames
|
||||
*(.debug_weaknames)
|
||||
@@ -38717,7 +38717,7 @@ LOAD D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xt
|
||||
.comment 0x00000093 0x26 D:/DiskC/ProgramFiles/Espressif/frameworks/esp-idf-v5.2.6/components/xtensa/esp32s3/libxt_hal.a(interrupts--intlevel.o)
|
||||
.comment 0x00000093 0x30 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libstdc++.a(eh_globals.o)
|
||||
.comment 0x00000093 0x30 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj)
|
||||
.comment 0x00000093 0x40 D:/Projects/trunk/JoyD/ESP32/my_usb_project/rust_app/target/xtensa-esp32s3-none-elf/debug/librust_app.a(rust_app-919bebc9895a3f39.2nycnwwbn41kj526smxgei6ej.1u32f7c.rcgu.o)
|
||||
.comment 0x00000093 0x40 D:/Projects/trunk/JoyD/ESP32/my_usb_project/rust_app/target/xtensa-esp32s3-none-elf/debug/librust_app.a(rust_app-919bebc9895a3f39.2nycnwwbn41kj526smxgei6ej.00918n4.rcgu.o)
|
||||
.comment 0x00000093 0x30 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-environ.o)
|
||||
.comment 0x00000093 0x30 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-ctype_.o)
|
||||
.comment 0x00000093 0x30 D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-fclose.o)
|
||||
@@ -38755,7 +38755,7 @@ LOAD D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xt
|
||||
0x00000000 0x0
|
||||
*(.note.GNU-stack)
|
||||
.note.GNU-stack
|
||||
0x00000000 0x0 D:/Projects/trunk/JoyD/ESP32/my_usb_project/rust_app/target/xtensa-esp32s3-none-elf/debug/librust_app.a(rust_app-919bebc9895a3f39.2nycnwwbn41kj526smxgei6ej.1u32f7c.rcgu.o)
|
||||
0x00000000 0x0 D:/Projects/trunk/JoyD/ESP32/my_usb_project/rust_app/target/xtensa-esp32s3-none-elf/debug/librust_app.a(rust_app-919bebc9895a3f39.2nycnwwbn41kj526smxgei6ej.00918n4.rcgu.o)
|
||||
|
||||
.xtensa.info 0x00000000 0x38
|
||||
*(.xtensa.info)
|
||||
@@ -43020,7 +43020,7 @@ __rust_u128_addo D:/Projects/trunk/JoyD/ESP32/m
|
||||
__rust_u128_mulo D:/Projects/trunk/JoyD/ESP32/my_usb_project/rust_app/target/xtensa-esp32s3-none-elf/debug/librust_app.a(compiler_builtins-f1071b6ebc82774a.compiler_builtins.d8810b99f26a527f-cgu.09.rcgu.o)
|
||||
__rust_u128_sub D:/Projects/trunk/JoyD/ESP32/my_usb_project/rust_app/target/xtensa-esp32s3-none-elf/debug/librust_app.a(compiler_builtins-f1071b6ebc82774a.compiler_builtins.d8810b99f26a527f-cgu.05.rcgu.o)
|
||||
__rust_u128_subo D:/Projects/trunk/JoyD/ESP32/my_usb_project/rust_app/target/xtensa-esp32s3-none-elf/debug/librust_app.a(compiler_builtins-f1071b6ebc82774a.compiler_builtins.d8810b99f26a527f-cgu.10.rcgu.o)
|
||||
__rustc::rust_begin_unwind D:/Projects/trunk/JoyD/ESP32/my_usb_project/rust_app/target/xtensa-esp32s3-none-elf/debug/librust_app.a(rust_app-919bebc9895a3f39.2nycnwwbn41kj526smxgei6ej.1u32f7c.rcgu.o)
|
||||
__rustc::rust_begin_unwind D:/Projects/trunk/JoyD/ESP32/my_usb_project/rust_app/target/xtensa-esp32s3-none-elf/debug/librust_app.a(rust_app-919bebc9895a3f39.2nycnwwbn41kj526smxgei6ej.00918n4.rcgu.o)
|
||||
__s2b D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-mprec.o)
|
||||
__sccl D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-sccl.o)
|
||||
D:/DiskC/ProgramFiles/Espressif/tools/xtensa-esp-elf/esp-13.2.0_20250707/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-svfiscanf.o)
|
||||
@@ -47997,11 +47997,11 @@ rtcio_hal_set_direction esp-idf/hal/libhal.a(rtc_io_ha
|
||||
esp-idf/driver/libdriver.a(rtc_io.c.obj)
|
||||
rtcio_hal_set_direction_in_sleep esp-idf/hal/libhal.a(rtc_io_hal.c.obj)
|
||||
esp-idf/driver/libdriver.a(rtc_io.c.obj)
|
||||
rust_app_main D:/Projects/trunk/JoyD/ESP32/my_usb_project/rust_app/target/xtensa-esp32s3-none-elf/debug/librust_app.a(rust_app-919bebc9895a3f39.2nycnwwbn41kj526smxgei6ej.1u32f7c.rcgu.o)
|
||||
rust_app_main D:/Projects/trunk/JoyD/ESP32/my_usb_project/rust_app/target/xtensa-esp32s3-none-elf/debug/librust_app.a(rust_app-919bebc9895a3f39.2nycnwwbn41kj526smxgei6ej.00918n4.rcgu.o)
|
||||
esp-idf/main/libmain.a(rust_app_wrapper.c.obj)
|
||||
rust_app_wrapper_init esp-idf/main/libmain.a(rust_app_wrapper.c.obj)
|
||||
esp-idf/main/libmain.a(my_usb_project.c.obj)
|
||||
rust_usb_callback D:/Projects/trunk/JoyD/ESP32/my_usb_project/rust_app/target/xtensa-esp32s3-none-elf/debug/librust_app.a(rust_app-919bebc9895a3f39.2nycnwwbn41kj526smxgei6ej.1u32f7c.rcgu.o)
|
||||
rust_usb_callback D:/Projects/trunk/JoyD/ESP32/my_usb_project/rust_app/target/xtensa-esp32s3-none-elf/debug/librust_app.a(rust_app-919bebc9895a3f39.2nycnwwbn41kj526smxgei6ej.00918n4.rcgu.o)
|
||||
s_cache_hal_init_ctx esp-idf/hal/libhal.a(cache_hal.c.obj)
|
||||
s_keys esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj)
|
||||
s_microseconds_offset esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": "1.2",
|
||||
"project_name": "my_usb_project",
|
||||
"project_version": "81f91b6-dirty",
|
||||
"project_version": "b4393d2-dirty",
|
||||
"project_path": "D:/Projects/trunk/JoyD/ESP32/my_usb_project",
|
||||
"idf_path": "D:/DiskC/ProgramFiles/Espressif/frameworks/esp-idf-v5.2.6",
|
||||
"build_dir": "D:/Projects/trunk/JoyD/ESP32/my_usb_project/build",
|
||||
|
||||
Reference in New Issue
Block a user