implemented rg led

main
Jake 2026-07-20 11:05:24 +08:00
parent bb2f376d32
commit 2661177521
22 changed files with 844 additions and 818 deletions

View File

@ -43,23 +43,23 @@ from vision import Vision
import time
eye = Vision(sda=0, scl=1)
eye.start()
eye.set_hsv(4, 128, 116) # Set target colour (HSV)
eye.start() # start the camera and blob algorithm
eye.set_hsv(4, 128, 116) # Set target colour (HSV)
eye.set_rgb(255, 255, 255) # Set RGB LED to max white
# Optional: browser UI for tuning colour
# eye.set_wifi("YourSSID", "YourPassword")
# print(eye.wifi_ip())
# Optional: browser UI for tuning colour
#eye.set_wifi("rr workshop", "ourpassword")
#print(eye.wifi_ip())
while True:
t = eye.read_target()
if t is None:
target = eye.read_target()
if target is None:
print("no target")
else:
x, y = t
print(x, y)
time.sleep(0.1)
x, y = target
print("target at ({}, {})".format(x, y))
time.sleep(0.07)
```
Useful calls:
@ -68,6 +68,7 @@ Useful calls:
- `eye.set_hsv(h, s, v)` / `eye.set_tolerance(...)` — colour (or tune in the browser)
- `eye.set_wifi(ssid, password)` / `eye.wifi_off()` / `eye.wifi_ip()`
- `eye.read_target()``(x, y)` or `None`
- `eye.set_rgb(r, g, b)`
## Web UI

View File

@ -1 +1 @@
58873fa356fd80a74e137c4955a17a78 C:/Users/jake/Documents/linefollower_eye/build/linefollower_eye.bin
11b3b61e9480df528d6e66dea27b9eac C:/Users/jake/Documents/linefollower_eye/build/linefollower_eye.bin

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -1 +1 @@
4bd94bcc32e96fb6a27514f822276f97e18d7243
bb2f376d32d2591cdbc413fa638a4b8548cd1938

View File

@ -137,3 +137,9 @@
13 142 8062189002241531 C:/Users/jake/Documents/linefollower_eye/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 72d5b948b0e48501
13 136 8062189454189850 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 72d5b948b0e48501
13 136 8062189454189850 C:/Users/jake/Documents/linefollower_eye/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 72d5b948b0e48501
13 132 8062191859098053 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 72d5b948b0e48501
13 132 8062191859098053 C:/Users/jake/Documents/linefollower_eye/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 72d5b948b0e48501
13 137 8062192591250737 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 72d5b948b0e48501
13 137 8062192591250737 C:/Users/jake/Documents/linefollower_eye/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 72d5b948b0e48501
15 138 8062192926361752 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 72d5b948b0e48501
15 138 8062192926361752 C:/Users/jake/Documents/linefollower_eye/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 72d5b948b0e48501

View File

@ -3262,7 +3262,7 @@ build esp-idf/partition_table/CMakeFiles/partition_table-flash | ${cmake_ninja_w
build cmake_object_order_depends_target___idf_esp_app_format: phony || cmake_object_order_depends_target___idf_esp_bootloader_format
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$:/Espressif/frameworks/esp-idf-v5.5.2/components/esp_app_format/esp_app_desc.c || cmake_object_order_depends_target___idf_esp_app_format
DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.2\" -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=\"linefollower_eye\" -DPROJECT_VER=\"4bd94bc-dirty\"
DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.2\" -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=\"linefollower_eye\" -DPROJECT_VER=\"bb2f376-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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -mdisable-hardware-atomics -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/jake/Documents/linefollower_eye=. -fmacro-prefix-map=D:/Espressif/frameworks/esp-idf-v5.5.2=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration
INCLUDES = -IC:/Users/jake/Documents/linefollower_eye/build/config -ID:/Espressif/frameworks/esp-idf-v5.5.2/components/esp_app_format/include -ID:/Espressif/frameworks/esp-idf-v5.5.2/components/newlib/platform_include -ID:/Espressif/frameworks/esp-idf-v5.5.2/components/freertos/config/include -ID:/Espressif/frameworks/esp-idf-v5.5.2/components/freertos/config/include/freertos -ID:/Espressif/frameworks/esp-idf-v5.5.2/components/freertos/config/xtensa/include -ID:/Espressif/frameworks/esp-idf-v5.5.2/components/freertos/FreeRTOS-Kernel/include -ID:/Espressif/frameworks/esp-idf-v5.5.2/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -ID:/Espressif/frameworks/esp-idf-v5.5.2/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -ID:/Espressif/frameworks/esp-idf-v5.5.2/components/freertos/esp_additions/include -ID:/Espressif/frameworks/esp-idf-v5.5.2/components/esp_hw_support/include -ID:/Espressif/frameworks/esp-idf-v5.5.2/components/esp_hw_support/include/soc -ID:/Espressif/frameworks/esp-idf-v5.5.2/components/esp_hw_support/include/soc/esp32s3 -ID:/Espressif/frameworks/esp-idf-v5.5.2/components/esp_hw_support/dma/include -ID:/Espressif/frameworks/esp-idf-v5.5.2/components/esp_hw_support/ldo/include -ID:/Espressif/frameworks/esp-idf-v5.5.2/components/esp_hw_support/debug_probe/include -ID:/Espressif/frameworks/esp-idf-v5.5.2/components/esp_hw_support/mspi_timing_tuning/include -ID:/Espressif/frameworks/esp-idf-v5.5.2/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -ID:/Espressif/frameworks/esp-idf-v5.5.2/components/esp_hw_support/power_supply/include -ID:/Espressif/frameworks/esp-idf-v5.5.2/components/esp_hw_support/port/esp32s3/. -ID:/Espressif/frameworks/esp-idf-v5.5.2/components/esp_hw_support/port/esp32s3/include -ID:/Espressif/frameworks/esp-idf-v5.5.2/components/esp_hw_support/mspi_timing_tuning/port/esp32s3/. -ID:/Espressif/frameworks/esp-idf-v5.5.2/components/esp_hw_support/mspi_timing_tuning/port/esp32s3/include -ID:/Espressif/frameworks/esp-idf-v5.5.2/components/heap/include -ID:/Espressif/frameworks/esp-idf-v5.5.2/components/heap/tlsf -ID:/Espressif/frameworks/esp-idf-v5.5.2/components/log/include -ID:/Espressif/frameworks/esp-idf-v5.5.2/components/soc/include -ID:/Espressif/frameworks/esp-idf-v5.5.2/components/soc/esp32s3 -ID:/Espressif/frameworks/esp-idf-v5.5.2/components/soc/esp32s3/include -ID:/Espressif/frameworks/esp-idf-v5.5.2/components/soc/esp32s3/register -ID:/Espressif/frameworks/esp-idf-v5.5.2/components/hal/platform_port/include -ID:/Espressif/frameworks/esp-idf-v5.5.2/components/hal/esp32s3/include -ID:/Espressif/frameworks/esp-idf-v5.5.2/components/hal/include -ID:/Espressif/frameworks/esp-idf-v5.5.2/components/esp_rom/include -ID:/Espressif/frameworks/esp-idf-v5.5.2/components/esp_rom/esp32s3/include -ID:/Espressif/frameworks/esp-idf-v5.5.2/components/esp_rom/esp32s3/include/esp32s3 -ID:/Espressif/frameworks/esp-idf-v5.5.2/components/esp_rom/esp32s3 -ID:/Espressif/frameworks/esp-idf-v5.5.2/components/esp_common/include -ID:/Espressif/frameworks/esp-idf-v5.5.2/components/esp_system/include -ID:/Espressif/frameworks/esp-idf-v5.5.2/components/esp_system/port/soc -ID:/Espressif/frameworks/esp-idf-v5.5.2/components/esp_system/port/include/private -ID:/Espressif/frameworks/esp-idf-v5.5.2/components/xtensa/esp32s3/include -ID:/Espressif/frameworks/esp-idf-v5.5.2/components/xtensa/include -ID:/Espressif/frameworks/esp-idf-v5.5.2/components/xtensa/deprecated_include -ID:/Espressif/frameworks/esp-idf-v5.5.2/components/lwip/include -ID:/Espressif/frameworks/esp-idf-v5.5.2/components/lwip/include/apps -ID:/Espressif/frameworks/esp-idf-v5.5.2/components/lwip/include/apps/sntp -ID:/Espressif/frameworks/esp-idf-v5.5.2/components/lwip/lwip/src/include -ID:/Espressif/frameworks/esp-idf-v5.5.2/components/lwip/port/include -ID:/Espressif/frameworks/esp-idf-v5.5.2/components/lwip/port/freertos/include -ID:/Espressif/frameworks/esp-idf-v5.5.2/components/lwip/port/esp32xx/include -ID:/Espressif/frameworks/esp-idf-v5.5.2/components/lwip/port/esp32xx/include/arch -ID:/Espressif/frameworks/esp-idf-v5.5.2/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.

View File

@ -79047,7 +79047,7 @@ LOAD D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/..
.rodata.status_led_set_rgb.str1.4
0x3c0cac89 0x49 esp-idf/main/libmain.a(status_led.c.obj)
.rodata.status_led_init.str1.4
0x3c0cac89 0x80 esp-idf/main/libmain.a(status_led.c.obj)
0x3c0cac89 0x7e esp-idf/main/libmain.a(status_led.c.obj)
*fill* 0x3c0cac89 0x3
.rodata 0x3c0cac8c 0x24 esp-idf/main/libmain.a(status_led.c.obj)
.rodata.__FUNCTION__$1
@ -85267,7 +85267,7 @@ LOAD D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/..
.debug_pubnames
*(.debug_pubnames)
.debug_info 0x00000000 0x3ad6b5
.debug_info 0x00000000 0x3ad6b2
*(.debug_info .gnu.linkonce.wi.*)
.debug_info 0x00000000 0x7c0 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj)
.debug_info 0x000007c0 0x5b8 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj)
@ -85395,370 +85395,370 @@ LOAD D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/..
.debug_info 0x000f6ff2 0x6571 esp-idf/main/libmain.a(main.c.obj)
.debug_info 0x000fd563 0x94b esp-idf/main/libmain.a(robot_link.c.obj)
.debug_info 0x000fdeae 0x4153 esp-idf/main/libmain.a(vision.c.obj)
.debug_info 0x00102001 0x8e1 esp-idf/main/libmain.a(status_led.c.obj)
.debug_info 0x001028e2 0x3b5e esp-idf/main/libmain.a(eye_i2c.c.obj)
.debug_info 0x00106440 0x85f esp-idf/espressif__led_strip/libespressif__led_strip.a(led_strip_api.c.obj)
.debug_info 0x00106c9f 0x14bd esp-idf/espressif__led_strip/libespressif__led_strip.a(led_strip_rmt_dev.c.obj)
.debug_info 0x0010815c 0xbd0 esp-idf/espressif__led_strip/libespressif__led_strip.a(led_strip_rmt_encoder.c.obj)
.debug_info 0x00108d2c 0x26cf esp-idf/espressif__esp32-camera/libespressif__esp32-camera.a(to_jpg.cpp.obj)
.debug_info 0x0010b3fb 0x3a62 esp-idf/espressif__esp32-camera/libespressif__esp32-camera.a(jpge.cpp.obj)
.debug_info 0x0010ee5d 0x2644 esp-idf/espressif__esp32-camera/libespressif__esp32-camera.a(esp_camera.c.obj)
.debug_info 0x001114a1 0x2f88 esp-idf/espressif__esp32-camera/libespressif__esp32-camera.a(cam_hal.c.obj)
.debug_info 0x00114429 0x558 esp-idf/espressif__esp32-camera/libespressif__esp32-camera.a(sensor.c.obj)
.debug_info 0x00114981 0x2e09 esp-idf/espressif__esp32-camera/libespressif__esp32-camera.a(ov2640.c.obj)
.debug_info 0x0011778a 0x38f9 esp-idf/espressif__esp32-camera/libespressif__esp32-camera.a(ov3660.c.obj)
.debug_info 0x0011b083 0x3b6a esp-idf/espressif__esp32-camera/libespressif__esp32-camera.a(ov5640.c.obj)
.debug_info 0x0011ebed 0x21f4 esp-idf/espressif__esp32-camera/libespressif__esp32-camera.a(ov7725.c.obj)
.debug_info 0x00120de1 0x14bd esp-idf/espressif__esp32-camera/libespressif__esp32-camera.a(ov7670.c.obj)
.debug_info 0x0012229e 0x3380 esp-idf/espressif__esp32-camera/libespressif__esp32-camera.a(nt99141.c.obj)
.debug_info 0x0012561e 0x26cd esp-idf/espressif__esp32-camera/libespressif__esp32-camera.a(gc0308.c.obj)
.debug_info 0x00127ceb 0x1afc esp-idf/espressif__esp32-camera/libespressif__esp32-camera.a(gc2145.c.obj)
.debug_info 0x001297e7 0x1995 esp-idf/espressif__esp32-camera/libespressif__esp32-camera.a(gc032a.c.obj)
.debug_info 0x0012b17c 0x1e24 esp-idf/espressif__esp32-camera/libespressif__esp32-camera.a(bf3005.c.obj)
.debug_info 0x0012cfa0 0x17df esp-idf/espressif__esp32-camera/libespressif__esp32-camera.a(bf20a6.c.obj)
.debug_info 0x0012e77f 0x1b9e esp-idf/espressif__esp32-camera/libespressif__esp32-camera.a(sc030iot.c.obj)
.debug_info 0x0013031d 0x1823 esp-idf/espressif__esp32-camera/libespressif__esp32-camera.a(mega_ccm.c.obj)
.debug_info 0x00131b40 0x24b1 esp-idf/espressif__esp32-camera/libespressif__esp32-camera.a(hm1055.c.obj)
.debug_info 0x00133ff1 0x1cc5 esp-idf/espressif__esp32-camera/libespressif__esp32-camera.a(hm0360.c.obj)
.debug_info 0x00135cb6 0x4806 esp-idf/espressif__esp32-camera/libespressif__esp32-camera.a(ll_cam.c.obj)
.debug_info 0x0013a4bc 0x1470 esp-idf/espressif__esp32-camera/libespressif__esp32-camera.a(sccb-ng.c.obj)
.debug_info 0x0013b92c 0x1cc esp-idf/espressif__esp32-camera/libespressif__esp32-camera.a(yuv.c.obj)
.debug_info 0x0013baf8 0x24 esp-idf/xtensa/libxtensa.a(xtensa_context.S.obj)
.debug_info 0x0013bb1c 0x3b esp-idf/xtensa/libxtensa.a(xtensa_intr_asm.S.obj)
.debug_info 0x0013bb57 0x584 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj)
.debug_info 0x0013c0db 0x2f esp-idf/xtensa/libxtensa.a(xtensa_vectors.S.obj)
.debug_info 0x0013c10a 0x6dab esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj)
.debug_info 0x00142eb5 0x3f8e esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj)
.debug_info 0x00146e43 0x9f esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj)
.debug_info 0x00146ee2 0x8906 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj)
.debug_info 0x0014f7e8 0xebb esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32s3.c.obj)
.debug_info 0x001506a3 0xcfa esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj)
.debug_info 0x0015139d 0x372c esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj)
.debug_info 0x00154ac9 0x1c1 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj)
.debug_info 0x00154c8a 0x14b2 esp-idf/esp_mm/libesp_mm.a(esp_cache_msync.c.obj)
.debug_info 0x0015613c 0x643 esp-idf/esp_mm/libesp_mm.a(esp_cache_utils.c.obj)
.debug_info 0x0015677f 0x18e esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj)
.debug_info 0x0015690d 0x1dd esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj)
.debug_info 0x00156aea 0x1978 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj)
.debug_info 0x00158462 0x16d5 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj)
.debug_info 0x00159b37 0x610 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj)
.debug_info 0x0015a147 0x4e30 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj)
.debug_info 0x0015ef77 0x75a2 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj)
.debug_info 0x00166519 0x146f esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj)
.debug_info 0x00167988 0x9c9 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj)
.debug_info 0x00168351 0x1239 esp-idf/spi_flash/libspi_flash.a(spi_flash_oct_flash_init.c.obj)
.debug_info 0x0016958a 0x498 esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj)
.debug_info 0x00169a22 0xe26 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj)
.debug_info 0x0016a848 0x2c03 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj)
.debug_info 0x0016d44b 0x103b esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj)
.debug_info 0x0016e486 0x1223 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj)
.debug_info 0x0016f6a9 0x1167 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj)
.debug_info 0x00170810 0x1682 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj)
.debug_info 0x00171e92 0xf17 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj)
.debug_info 0x00172da9 0x1d2d esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj)
.debug_info 0x00174ad6 0xf17 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj)
.debug_info 0x001759ed 0x5956 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj)
.debug_info 0x0017b343 0x376 esp-idf/esp_system/libesp_system.a(esp_err.c.obj)
.debug_info 0x0017b6b9 0xa89 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj)
.debug_info 0x0017c142 0x298c esp-idf/esp_system/libesp_system.a(task_wdt.c.obj)
.debug_info 0x0017eace 0xa5a1 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj)
.debug_info 0x0018906f 0x23 esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj)
.debug_info 0x00189092 0x2e3 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj)
.debug_info 0x00189375 0xe5 esp-idf/esp_rom/libesp_rom.a(esp_rom_efuse.c.obj)
.debug_info 0x0018945a 0x122e esp-idf/hal/libhal.a(mmu_hal.c.obj)
.debug_info 0x0018a688 0x52d3 esp-idf/hal/libhal.a(spi_flash_hal.c.obj)
.debug_info 0x0018f95b 0x676c esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj)
.debug_info 0x001960c7 0x4d8 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj)
.debug_info 0x0019659f 0xc9a esp-idf/hal/libhal.a(clk_tree_hal.c.obj)
.debug_info 0x00197239 0x1a26 esp-idf/hal/libhal.a(systimer_hal.c.obj)
.debug_info 0x00198c5f 0x2f4b esp-idf/hal/libhal.a(uart_hal.c.obj)
.debug_info 0x0019bbaa 0x12ee esp-idf/hal/libhal.a(gpio_hal.c.obj)
.debug_info 0x0019ce98 0x3eb0 esp-idf/hal/libhal.a(brownout_hal.c.obj)
.debug_info 0x001a0d48 0x57a4 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj)
.debug_info 0x001a64ec 0x30b esp-idf/soc/libsoc.a(interrupts.c.obj)
.debug_info 0x001a67f7 0xd8 esp-idf/soc/libsoc.a(gpio_periph.c.obj)
.debug_info 0x001a68cf 0x497 esp-idf/soc/libsoc.a(gdma_periph.c.obj)
.debug_info 0x001a6d66 0x1d5 esp-idf/soc/libsoc.a(rtc_io_periph.c.obj)
.debug_info 0x001a6f3b 0x279 esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj)
.debug_info 0x001a71b4 0x537e esp-idf/esp_security/libesp_security.a(esp_crypto_periph_clk.c.obj)
.debug_info 0x001ac532 0x17b esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj)
.debug_info 0x001ac6ad 0x853 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj)
.debug_info 0x001acf00 0x318 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj)
.debug_info 0x001ad218 0x1d8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj)
.debug_info 0x001ad3f0 0x27d6 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj)
.debug_info 0x001afbc6 0x2254 esp-idf/esp_hw_support/libesp_hw_support.a(io_mux.c.obj)
.debug_info 0x001b1e1a 0x9e1 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj)
.debug_info 0x001b27fb 0x2664 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj)
.debug_info 0x001b4e5f 0x778e esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj)
.debug_info 0x001bc5ed 0xaf9f esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj)
.debug_info 0x001c758c 0xdd esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj)
.debug_info 0x001c7669 0x14a5 esp-idf/freertos/libfreertos.a(event_groups.c.obj)
.debug_info 0x001c8b0e 0x1e3d esp-idf/freertos/libfreertos.a(idf_additions.c.obj)
.debug_info 0x001ca94b 0x3ee6 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj)
.debug_info 0x001ce831 0x6bf esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj)
.debug_info 0x001ceef0 0x31f3 esp-idf/esp_event/libesp_event.a(esp_event.c.obj)
.debug_info 0x001d20e3 0xf15a esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj)
.debug_info 0x001e123d 0x995c esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj)
.debug_info 0x001eab99 0xf41a esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj)
.debug_info 0x001f9fb3 0x9070 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj)
.debug_info 0x00203023 0x1742 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj)
.debug_info 0x00204765 0xb0bd esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj)
.debug_info 0x0020f822 0x4d5b esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj)
.debug_info 0x0021457d 0x9ca esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj)
.debug_info 0x00214f47 0x5ac8 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj)
.debug_info 0x0021aa0f 0x93eb esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj)
.debug_info 0x00223dfa 0xffe esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj)
.debug_info 0x00224df8 0x5be esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj)
.debug_info 0x002253b6 0x783b esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj)
.debug_info 0x0022cbf1 0x6d4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj)
.debug_info 0x0022d2c5 0x293b esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj)
.debug_info 0x0022fc00 0x827 esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpsk.c.obj)
.debug_info 0x00230427 0x38d esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj)
.debug_info 0x002307b4 0x1021 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj)
.debug_info 0x002317d5 0x11fc esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj)
.debug_info 0x002329d1 0x12e9 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj)
.debug_info 0x00233cba 0xcf8 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj)
.debug_info 0x002349b2 0x122a esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj)
.debug_info 0x00235bdc 0x1f75 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj)
.debug_info 0x00237b51 0xadd esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj)
.debug_info 0x0023862e 0x346e esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj)
.debug_info 0x0023ba9c 0x83f6 esp-idf/esp_driver_rmt/libesp_driver_rmt.a(rmt_common.c.obj)
.debug_info 0x00243e92 0x21f0 esp-idf/esp_driver_rmt/libesp_driver_rmt.a(rmt_encoder.c.obj)
.debug_info 0x00246082 0x26b2 esp-idf/esp_driver_rmt/libesp_driver_rmt.a(rmt_encoder_bytes.c.obj)
.debug_info 0x00248734 0x24af esp-idf/esp_driver_rmt/libesp_driver_rmt.a(rmt_encoder_copy.c.obj)
.debug_info 0x0024abe3 0x87fb esp-idf/esp_driver_rmt/libesp_driver_rmt.a(rmt_tx.c.obj)
.debug_info 0x002533de 0xda3c esp-idf/esp_driver_i2c/libesp_driver_i2c.a(i2c_master.c.obj)
.debug_info 0x00260e1a 0x7ba4 esp-idf/esp_driver_i2c/libesp_driver_i2c.a(i2c_common.c.obj)
.debug_info 0x002689be 0x42f3 esp-idf/esp_driver_i2c/libesp_driver_i2c.a(i2c_slave_v2.c.obj)
.debug_info 0x0026ccb1 0x305d esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj)
.debug_info 0x0026fd0e 0x309f esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj)
.debug_info 0x00272dad 0x1eb4 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj)
.debug_info 0x00274c61 0x2d96 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj)
.debug_info 0x002779f7 0x16c5 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj)
.debug_info 0x002790bc 0x2ce7 esp-idf/esp_http_server/libesp_http_server.a(httpd_ws.c.obj)
.debug_info 0x0027bda3 0x8d0 esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj)
.debug_info 0x0027c673 0xe91 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj)
.debug_info 0x0027d504 0x5419 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj)
.debug_info 0x0028291d 0x35a7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj)
.debug_info 0x00285ec4 0x39d9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj)
.debug_info 0x0028989d 0x219a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj)
.debug_info 0x0028ba37 0xa9c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj)
.debug_info 0x0028c4d3 0x2015 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj)
.debug_info 0x0028e4e8 0x2102 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj)
.debug_info 0x002905ea 0x4d8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj)
.debug_info 0x00290ac2 0x245 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj)
.debug_info 0x00290d07 0x198 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj)
.debug_info 0x00290e9f 0x69c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj)
.debug_info 0x0029153b 0x817 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj)
.debug_info 0x00291d52 0x83c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj)
.debug_info 0x0029258e 0x162 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj)
.debug_info 0x002926f0 0x7c8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj)
.debug_info 0x00292eb8 0x295 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj)
.debug_info 0x0029314d 0x1383 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj)
.debug_info 0x002944d0 0x1027 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj)
.debug_info 0x002954f7 0x1bb9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj)
.debug_info 0x002970b0 0x8a6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj)
.debug_info 0x00297956 0x900 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj)
.debug_info 0x00298256 0x92d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj)
.debug_info 0x00298b83 0xa29 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj)
.debug_info 0x002995ac 0x1bbb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj)
.debug_info 0x0029b167 0x3e1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj)
.debug_info 0x0029b548 0x1ee5 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj)
.debug_info 0x0029d42d 0xd8e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj)
.debug_info 0x0029e1bb 0x1067 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj)
.debug_info 0x0029f222 0x1c5d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj)
.debug_info 0x002a0e7f 0x2a61 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj)
.debug_info 0x002a38e0 0x70d9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj)
.debug_info 0x002aa9b9 0x1192 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj)
.debug_info 0x002abb4b 0x25c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj)
.debug_info 0x002abda7 0x1acb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj)
.debug_info 0x002ad872 0x216c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj)
.debug_info 0x002af9de 0xd23 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha.c.obj)
.debug_info 0x002b0701 0x1711 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj)
.debug_info 0x002b1e12 0x2097 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj)
.debug_info 0x002b3ea9 0x6938 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj)
.debug_info 0x002ba7e1 0x5027 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj)
.debug_info 0x002bf808 0x1ddd esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj)
.debug_info 0x002c15e5 0x1a7a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj)
.debug_info 0x002c305f 0x29a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj)
.debug_info 0x002c32f9 0x17b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj)
.debug_info 0x002c3474 0xc8f esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj)
.debug_info 0x002c4103 0x20c1 esp-idf/esp_partition/libesp_partition.a(partition.c.obj)
.debug_info 0x002c61c4 0x146d esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj)
.debug_info 0x002c7631 0x245 esp-idf/hal/libhal.a(mpu_hal.c.obj)
.debug_info 0x002c7876 0x27d1 esp-idf/hal/libhal.a(i2c_hal.c.obj)
.debug_info 0x002ca047 0x1b24 esp-idf/hal/libhal.a(rmt_hal.c.obj)
.debug_info 0x002cbb6b 0x215c esp-idf/hal/libhal.a(gdma_hal_top.c.obj)
.debug_info 0x002cdcc7 0x30c5 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj)
.debug_info 0x002d0d8c 0x8c0 esp-idf/hal/libhal.a(mpi_hal.c.obj)
.debug_info 0x002d164c 0x795 esp-idf/hal/libhal.a(sha_hal.c.obj)
.debug_info 0x002d1de1 0x7e5 esp-idf/hal/libhal.a(aes_hal.c.obj)
.debug_info 0x002d25c6 0xe7 esp-idf/soc/libsoc.a(dport_access_common.c.obj)
.debug_info 0x002d26ad 0x392 esp-idf/soc/libsoc.a(rmt_periph.c.obj)
.debug_info 0x002d2a3f 0x388 esp-idf/soc/libsoc.a(i2c_periph.c.obj)
.debug_info 0x002d2dc7 0xfd esp-idf/soc/libsoc.a(temperature_sensor_periph.c.obj)
.debug_info 0x002d2ec4 0xed esp-idf/soc/libsoc.a(mpi_periph.c.obj)
.debug_info 0x002d2fb1 0xe71 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj)
.debug_info 0x002d3e22 0x7e1 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj)
.debug_info 0x002d4603 0x21a0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj)
.debug_info 0x002d67a3 0x1d14 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj)
.debug_info 0x002d84b7 0x142 esp-idf/esp_phy/libesp_phy.a(phy_init_data.c.obj)
.debug_info 0x002d85f9 0x110a esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj)
.debug_info 0x002d9703 0x77d2 esp-idf/lwip/liblwip.a(sockets.c.obj)
.debug_info 0x002e0ed5 0x17cd esp-idf/lwip/liblwip.a(tcpip.c.obj)
.debug_info 0x002e26a2 0x4d9 esp-idf/lwip/liblwip.a(def.c.obj)
.debug_info 0x002e2b7b 0x1fde esp-idf/lwip/liblwip.a(dns.c.obj)
.debug_info 0x002e4b59 0x16f esp-idf/lwip/liblwip.a(init.c.obj)
.debug_info 0x002e4cc8 0xb7e esp-idf/lwip/liblwip.a(ip.c.obj)
.debug_info 0x002e5846 0x383 esp-idf/lwip/liblwip.a(mem.c.obj)
.debug_info 0x002e5bc9 0x7e9 esp-idf/lwip/liblwip.a(memp.c.obj)
.debug_info 0x002e63b2 0x2cd7 esp-idf/lwip/liblwip.a(netif.c.obj)
.debug_info 0x002e9089 0x28be esp-idf/lwip/liblwip.a(pbuf.c.obj)
.debug_info 0x002eb947 0x1625 esp-idf/lwip/liblwip.a(raw.c.obj)
.debug_info 0x002ecf6c 0x3811 esp-idf/lwip/liblwip.a(tcp.c.obj)
.debug_info 0x002f077d 0x2cbe esp-idf/lwip/liblwip.a(tcp_in.c.obj)
.debug_info 0x002f343b 0x3723 esp-idf/lwip/liblwip.a(tcp_out.c.obj)
.debug_info 0x002f6b5e 0x10ed esp-idf/lwip/liblwip.a(timeouts.c.obj)
.debug_info 0x002f7c4b 0x1c88 esp-idf/lwip/liblwip.a(udp.c.obj)
.debug_info 0x002f98d3 0x3bc7 esp-idf/lwip/liblwip.a(dhcp.c.obj)
.debug_info 0x002fd49a 0x20e8 esp-idf/lwip/liblwip.a(etharp.c.obj)
.debug_info 0x002ff582 0x1077 esp-idf/lwip/liblwip.a(icmp.c.obj)
.debug_info 0x003005f9 0x1505 esp-idf/lwip/liblwip.a(igmp.c.obj)
.debug_info 0x00301afe 0x1796 esp-idf/lwip/liblwip.a(ip4.c.obj)
.debug_info 0x00303294 0xab0 esp-idf/lwip/liblwip.a(ip4_addr.c.obj)
.debug_info 0x00303d44 0xb11 esp-idf/lwip/liblwip.a(ip4_frag.c.obj)
.debug_info 0x00304855 0x1426 esp-idf/lwip/liblwip.a(icmp6.c.obj)
.debug_info 0x00305c7b 0x1a2c esp-idf/lwip/liblwip.a(ip6.c.obj)
.debug_info 0x003076a7 0xb2c esp-idf/lwip/liblwip.a(ip6_addr.c.obj)
.debug_info 0x003081d3 0xb9d esp-idf/lwip/liblwip.a(ip6_frag.c.obj)
.debug_info 0x00308d70 0x152e esp-idf/lwip/liblwip.a(mld6.c.obj)
.debug_info 0x0030a29e 0x3212 esp-idf/lwip/liblwip.a(nd6.c.obj)
.debug_info 0x0030d4b0 0xbf1 esp-idf/lwip/liblwip.a(ethernet.c.obj)
.debug_info 0x0030e0a1 0x6d2 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj)
.debug_info 0x0030e773 0xe0b esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj)
.debug_info 0x0030f57e 0xf00 esp-idf/lwip/liblwip.a(sockets_ext.c.obj)
.debug_info 0x0031047e 0x163a esp-idf/lwip/liblwip.a(sys_arch.c.obj)
.debug_info 0x00311ab8 0xe9a esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj)
.debug_info 0x00312952 0x16c3 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj)
.debug_info 0x00314015 0x2dff esp-idf/lwip/liblwip.a(dhcpserver.c.obj)
.debug_info 0x00316e14 0x2b88 esp-idf/lwip/liblwip.a(api_lib.c.obj)
.debug_info 0x0031999c 0x467a esp-idf/lwip/liblwip.a(api_msg.c.obj)
.debug_info 0x0031e016 0x108 esp-idf/lwip/liblwip.a(err.c.obj)
.debug_info 0x0031e11e 0x801 esp-idf/lwip/liblwip.a(netbuf.c.obj)
.debug_info 0x0031e91f 0xadd esp-idf/lwip/liblwip.a(inet_chksum.c.obj)
.debug_info 0x0031f3fc 0xdd8 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj)
.debug_info 0x003201d4 0x32b esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj)
.debug_info 0x003204ff 0x8e0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj)
.debug_info 0x00320ddf 0xbb0 esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj)
.debug_info 0x0032198f 0x40c esp-idf/esp_netif/libesp_netif.a(esp_pbuf_ref.c.obj)
.debug_info 0x00321d9b 0x4bfd esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj)
.debug_info 0x00326998 0x2229 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj)
.debug_info 0x00328bc1 0x6deb esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj)
.debug_info 0x0032f9ac 0x4610 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj)
.debug_info 0x00333fbc 0xe2f esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj)
.debug_info 0x00334deb 0x43b0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj)
.debug_info 0x0033919b 0x42e4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj)
.debug_info 0x0033d47f 0x2451 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj)
.debug_info 0x0033f8d0 0x1111 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj)
.debug_info 0x003409e1 0x651d esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj)
.debug_info 0x00346efe 0x1db7 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj)
.debug_info 0x00348cb5 0x103a esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj)
.debug_info 0x00349cef 0x2df6 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj)
.debug_info 0x0034cae5 0x2bbb esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj)
.debug_info 0x0034f6a0 0xa0e esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj)
.debug_info 0x003500ae 0x7884 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj)
.debug_info 0x00357932 0xdf6 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj)
.debug_info 0x00358728 0x1b5c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj)
.debug_info 0x0035a284 0x3f7 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj)
.debug_info 0x0035a67b 0x72d esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj)
.debug_info 0x0035ada8 0x540 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj)
.debug_info 0x0035b2e8 0x372 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj)
.debug_info 0x0035b65a 0x1826 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj)
.debug_info 0x0035ce80 0x6f6a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj)
.debug_info 0x00363dea 0x1780 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj)
.debug_info 0x0036556a 0xc4d esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj)
.debug_info 0x003661b7 0x1d94 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj)
.debug_info 0x00367f4b 0x493e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj)
.debug_info 0x0036c889 0x1065 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj)
.debug_info 0x0036d8ee 0x1195 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj)
.debug_info 0x0036ea83 0x233 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj)
.debug_info 0x0036ecb6 0x369 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj)
.debug_info 0x0036f01f 0x35f esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj)
.debug_info 0x0036f37e 0xadd esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj)
.debug_info 0x0036fe5b 0x1093 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj)
.debug_info 0x00370eee 0x1035 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj)
.debug_info 0x00371f23 0x618 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj)
.debug_info 0x0037253b 0x2d0 esp-idf/esp_wifi/libesp_wifi.a(esp_wifi_regulatory.c.obj)
.debug_info 0x0037280b 0x1e11 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj)
.debug_info 0x0037461c 0x2d3b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj)
.debug_info 0x00377357 0x8dd esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj)
.debug_info 0x00377c34 0x1948 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj)
.debug_info 0x0037957c 0x3e50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj)
.debug_info 0x0037d3cc 0x1431 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj)
.debug_info 0x0037e7fd 0x3764 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj)
.debug_info 0x00381f61 0x88b esp-idf/lwip/liblwip.a(ethip6.c.obj)
.debug_info 0x003827ec 0x9d D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libstdc++.a(del_ops.o)
.debug_info 0x00382889 0x84 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libstdc++.a(del_opv.o)
.debug_info 0x0038290d 0x142 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libstdc++.a(new_handler.o)
.debug_info 0x00382a4f 0x122 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libstdc++.a(new_opvnt.o)
.debug_info 0x00382b71 0x5a6 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libstdc++.a(del_op.o)
.debug_info 0x00383117 0xe0f D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libstdc++.a(eh_catch.o)
.debug_info 0x00383f26 0x1033 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libstdc++.a(eh_globals.o)
.debug_info 0x00384f59 0xaf3 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libstdc++.a(eh_terminate.o)
.debug_info 0x00385a4c 0xa8 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libstdc++.a(new_opv.o)
.debug_info 0x00385af4 0x8ae D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libstdc++.a(eh_term_handler.o)
.debug_info 0x003863a2 0x8b2 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libstdc++.a(new_op.o)
.debug_info 0x00386c54 0xa38 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libstdc++.a(si_class_type_info.o)
.debug_info 0x0038768c 0x58b D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libstdc++.a(tinfo.o)
.debug_info 0x00387c17 0x27d D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libstdc++.a(bad_alloc.o)
.debug_info 0x00387e94 0xa5d D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libstdc++.a(class_type_info.o)
.debug_info 0x003888f1 0x97e D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libstdc++.a(eh_exception.o)
.debug_info 0x0038926f 0x1a62 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj)
.debug_info 0x0038acd1 0x3f7 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj)
.debug_info 0x0038b0c8 0x121 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libm.a(libm_a-wf_sqrt.o)
.debug_info 0x0038b1e9 0x6b D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-environ.o)
.debug_info 0x0038b254 0xb9 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-ctype_.o)
.debug_info 0x0038b30d 0xa05 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-fclose.o)
.debug_info 0x0038bd12 0xaee D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-fflush.o)
.debug_info 0x0038c800 0x1079 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-findfp.o)
.debug_info 0x0038d879 0xafc D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-fopen.o)
.debug_info 0x0038e375 0x988 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-fprintf.o)
.debug_info 0x0038ecfd 0x98f D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-fseek.o)
.debug_info 0x0038f68c 0xc5d D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-fvwrite.o)
.debug_info 0x003902e9 0x8be D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-fwalk.o)
.debug_info 0x00390ba7 0x97a D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-printf.o)
.debug_info 0x00391521 0xa53 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-puts.o)
.debug_info 0x00391f74 0xa83 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-refill.o)
.debug_info 0x003929f7 0x9e1 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-snprintf.o)
.debug_info 0x003933d8 0x9b2 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-sprintf.o)
.debug_info 0x00393d8a 0xb40 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-stdio.o)
.debug_info 0x003948ca 0x952 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-vprintf.o)
.debug_info 0x0039521c 0x9ab D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-vsnprintf.o)
.debug_info 0x00395bc7 0x8ef D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-wsetup.o)
.debug_info 0x003964b6 0xe56 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-fseeko.o)
.debug_info 0x0039730c 0x981 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-reent.o)
.debug_info 0x00397c8d 0x840 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-impure.o)
.debug_info 0x003984cd 0x834 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-errno.o)
.debug_info 0x00398d01 0x869 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-sysclose.o)
.debug_info 0x0039956a 0x89b D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-sysfcntl.o)
.debug_info 0x00399e05 0x8e5 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-sysgettod.o)
.debug_info 0x0039a6ea 0x8ef D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-sysopen.o)
.debug_info 0x0039afd9 0x8b1 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-sysread.o)
.debug_info 0x0039b88a 0x8b7 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-syswrite.o)
.debug_info 0x0039c141 0x28bb D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-svfprintf.o)
.debug_info 0x0039e9fc 0x2b58 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-vfprintf.o)
.debug_info 0x003a1554 0x223b D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-vfiprintf.o)
.debug_info 0x003a378f 0x882 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-flags.o)
.debug_info 0x003a4011 0xbbe D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-makebuf.o)
.debug_info 0x003a4bcf 0xcb7 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-locale.o)
.debug_info 0x003a5886 0xbef D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-localeconv.o)
.debug_info 0x003a6475 0x1de D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libm_a-s_frexp.o)
.debug_info 0x003a6653 0x195b D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-dtoa.o)
.debug_info 0x003a7fae 0xbe3 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-mbtowc_r.o)
.debug_info 0x003a8b91 0x1ec0 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-mprec.o)
.debug_info 0x003aaa51 0xbaa D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-wctomb_r.o)
.debug_info 0x003ab5fb 0x2096 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-svfiprintf.o)
.debug_info 0x003ad691 0x24 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/esp32s3/no-rtti\libgcc.a(_sqrtf.o)
.debug_info 0x00102001 0x8de esp-idf/main/libmain.a(status_led.c.obj)
.debug_info 0x001028df 0x3b5e esp-idf/main/libmain.a(eye_i2c.c.obj)
.debug_info 0x0010643d 0x85f esp-idf/espressif__led_strip/libespressif__led_strip.a(led_strip_api.c.obj)
.debug_info 0x00106c9c 0x14bd esp-idf/espressif__led_strip/libespressif__led_strip.a(led_strip_rmt_dev.c.obj)
.debug_info 0x00108159 0xbd0 esp-idf/espressif__led_strip/libespressif__led_strip.a(led_strip_rmt_encoder.c.obj)
.debug_info 0x00108d29 0x26cf esp-idf/espressif__esp32-camera/libespressif__esp32-camera.a(to_jpg.cpp.obj)
.debug_info 0x0010b3f8 0x3a62 esp-idf/espressif__esp32-camera/libespressif__esp32-camera.a(jpge.cpp.obj)
.debug_info 0x0010ee5a 0x2644 esp-idf/espressif__esp32-camera/libespressif__esp32-camera.a(esp_camera.c.obj)
.debug_info 0x0011149e 0x2f88 esp-idf/espressif__esp32-camera/libespressif__esp32-camera.a(cam_hal.c.obj)
.debug_info 0x00114426 0x558 esp-idf/espressif__esp32-camera/libespressif__esp32-camera.a(sensor.c.obj)
.debug_info 0x0011497e 0x2e09 esp-idf/espressif__esp32-camera/libespressif__esp32-camera.a(ov2640.c.obj)
.debug_info 0x00117787 0x38f9 esp-idf/espressif__esp32-camera/libespressif__esp32-camera.a(ov3660.c.obj)
.debug_info 0x0011b080 0x3b6a esp-idf/espressif__esp32-camera/libespressif__esp32-camera.a(ov5640.c.obj)
.debug_info 0x0011ebea 0x21f4 esp-idf/espressif__esp32-camera/libespressif__esp32-camera.a(ov7725.c.obj)
.debug_info 0x00120dde 0x14bd esp-idf/espressif__esp32-camera/libespressif__esp32-camera.a(ov7670.c.obj)
.debug_info 0x0012229b 0x3380 esp-idf/espressif__esp32-camera/libespressif__esp32-camera.a(nt99141.c.obj)
.debug_info 0x0012561b 0x26cd esp-idf/espressif__esp32-camera/libespressif__esp32-camera.a(gc0308.c.obj)
.debug_info 0x00127ce8 0x1afc esp-idf/espressif__esp32-camera/libespressif__esp32-camera.a(gc2145.c.obj)
.debug_info 0x001297e4 0x1995 esp-idf/espressif__esp32-camera/libespressif__esp32-camera.a(gc032a.c.obj)
.debug_info 0x0012b179 0x1e24 esp-idf/espressif__esp32-camera/libespressif__esp32-camera.a(bf3005.c.obj)
.debug_info 0x0012cf9d 0x17df esp-idf/espressif__esp32-camera/libespressif__esp32-camera.a(bf20a6.c.obj)
.debug_info 0x0012e77c 0x1b9e esp-idf/espressif__esp32-camera/libespressif__esp32-camera.a(sc030iot.c.obj)
.debug_info 0x0013031a 0x1823 esp-idf/espressif__esp32-camera/libespressif__esp32-camera.a(mega_ccm.c.obj)
.debug_info 0x00131b3d 0x24b1 esp-idf/espressif__esp32-camera/libespressif__esp32-camera.a(hm1055.c.obj)
.debug_info 0x00133fee 0x1cc5 esp-idf/espressif__esp32-camera/libespressif__esp32-camera.a(hm0360.c.obj)
.debug_info 0x00135cb3 0x4806 esp-idf/espressif__esp32-camera/libespressif__esp32-camera.a(ll_cam.c.obj)
.debug_info 0x0013a4b9 0x1470 esp-idf/espressif__esp32-camera/libespressif__esp32-camera.a(sccb-ng.c.obj)
.debug_info 0x0013b929 0x1cc esp-idf/espressif__esp32-camera/libespressif__esp32-camera.a(yuv.c.obj)
.debug_info 0x0013baf5 0x24 esp-idf/xtensa/libxtensa.a(xtensa_context.S.obj)
.debug_info 0x0013bb19 0x3b esp-idf/xtensa/libxtensa.a(xtensa_intr_asm.S.obj)
.debug_info 0x0013bb54 0x584 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj)
.debug_info 0x0013c0d8 0x2f esp-idf/xtensa/libxtensa.a(xtensa_vectors.S.obj)
.debug_info 0x0013c107 0x6dab esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj)
.debug_info 0x00142eb2 0x3f8e esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj)
.debug_info 0x00146e40 0x9f esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj)
.debug_info 0x00146edf 0x8906 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj)
.debug_info 0x0014f7e5 0xebb esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32s3.c.obj)
.debug_info 0x001506a0 0xcfa esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj)
.debug_info 0x0015139a 0x372c esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj)
.debug_info 0x00154ac6 0x1c1 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj)
.debug_info 0x00154c87 0x14b2 esp-idf/esp_mm/libesp_mm.a(esp_cache_msync.c.obj)
.debug_info 0x00156139 0x643 esp-idf/esp_mm/libesp_mm.a(esp_cache_utils.c.obj)
.debug_info 0x0015677c 0x18e esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj)
.debug_info 0x0015690a 0x1dd esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj)
.debug_info 0x00156ae7 0x1978 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj)
.debug_info 0x0015845f 0x16d5 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj)
.debug_info 0x00159b34 0x610 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj)
.debug_info 0x0015a144 0x4e30 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj)
.debug_info 0x0015ef74 0x75a2 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj)
.debug_info 0x00166516 0x146f esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj)
.debug_info 0x00167985 0x9c9 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj)
.debug_info 0x0016834e 0x1239 esp-idf/spi_flash/libspi_flash.a(spi_flash_oct_flash_init.c.obj)
.debug_info 0x00169587 0x498 esp-idf/spi_flash/libspi_flash.a(spi_flash_hpm_enable.c.obj)
.debug_info 0x00169a1f 0xe26 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj)
.debug_info 0x0016a845 0x2c03 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj)
.debug_info 0x0016d448 0x103b esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj)
.debug_info 0x0016e483 0x1223 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj)
.debug_info 0x0016f6a6 0x1167 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj)
.debug_info 0x0017080d 0x1682 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj)
.debug_info 0x00171e8f 0xf17 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj)
.debug_info 0x00172da6 0x1d2d esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic_opi.c.obj)
.debug_info 0x00174ad3 0xf17 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj)
.debug_info 0x001759ea 0x5956 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj)
.debug_info 0x0017b340 0x376 esp-idf/esp_system/libesp_system.a(esp_err.c.obj)
.debug_info 0x0017b6b6 0xa89 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj)
.debug_info 0x0017c13f 0x298c esp-idf/esp_system/libesp_system.a(task_wdt.c.obj)
.debug_info 0x0017eacb 0xa5a1 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj)
.debug_info 0x0018906c 0x23 esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj)
.debug_info 0x0018908f 0x2e3 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj)
.debug_info 0x00189372 0xe5 esp-idf/esp_rom/libesp_rom.a(esp_rom_efuse.c.obj)
.debug_info 0x00189457 0x122e esp-idf/hal/libhal.a(mmu_hal.c.obj)
.debug_info 0x0018a685 0x52d3 esp-idf/hal/libhal.a(spi_flash_hal.c.obj)
.debug_info 0x0018f958 0x676c esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj)
.debug_info 0x001960c4 0x4d8 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj)
.debug_info 0x0019659c 0xc9a esp-idf/hal/libhal.a(clk_tree_hal.c.obj)
.debug_info 0x00197236 0x1a26 esp-idf/hal/libhal.a(systimer_hal.c.obj)
.debug_info 0x00198c5c 0x2f4b esp-idf/hal/libhal.a(uart_hal.c.obj)
.debug_info 0x0019bba7 0x12ee esp-idf/hal/libhal.a(gpio_hal.c.obj)
.debug_info 0x0019ce95 0x3eb0 esp-idf/hal/libhal.a(brownout_hal.c.obj)
.debug_info 0x001a0d45 0x57a4 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj)
.debug_info 0x001a64e9 0x30b esp-idf/soc/libsoc.a(interrupts.c.obj)
.debug_info 0x001a67f4 0xd8 esp-idf/soc/libsoc.a(gpio_periph.c.obj)
.debug_info 0x001a68cc 0x497 esp-idf/soc/libsoc.a(gdma_periph.c.obj)
.debug_info 0x001a6d63 0x1d5 esp-idf/soc/libsoc.a(rtc_io_periph.c.obj)
.debug_info 0x001a6f38 0x279 esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj)
.debug_info 0x001a71b1 0x537e esp-idf/esp_security/libesp_security.a(esp_crypto_periph_clk.c.obj)
.debug_info 0x001ac52f 0x17b esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj)
.debug_info 0x001ac6aa 0x853 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj)
.debug_info 0x001acefd 0x318 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj)
.debug_info 0x001ad215 0x1d8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj)
.debug_info 0x001ad3ed 0x27d6 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj)
.debug_info 0x001afbc3 0x2254 esp-idf/esp_hw_support/libesp_hw_support.a(io_mux.c.obj)
.debug_info 0x001b1e17 0x9e1 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj)
.debug_info 0x001b27f8 0x2664 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj)
.debug_info 0x001b4e5c 0x778e esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj)
.debug_info 0x001bc5ea 0xaf9f esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj)
.debug_info 0x001c7589 0xdd esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj)
.debug_info 0x001c7666 0x14a5 esp-idf/freertos/libfreertos.a(event_groups.c.obj)
.debug_info 0x001c8b0b 0x1e3d esp-idf/freertos/libfreertos.a(idf_additions.c.obj)
.debug_info 0x001ca948 0x3ee6 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj)
.debug_info 0x001ce82e 0x6bf esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj)
.debug_info 0x001ceeed 0x31f3 esp-idf/esp_event/libesp_event.a(esp_event.c.obj)
.debug_info 0x001d20e0 0xf15a esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj)
.debug_info 0x001e123a 0x995c esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj)
.debug_info 0x001eab96 0xf41a esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj)
.debug_info 0x001f9fb0 0x9070 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj)
.debug_info 0x00203020 0x1742 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj)
.debug_info 0x00204762 0xb0bd esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj)
.debug_info 0x0020f81f 0x4d5b esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj)
.debug_info 0x0021457a 0x9ca esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj)
.debug_info 0x00214f44 0x5ac8 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj)
.debug_info 0x0021aa0c 0x93eb esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj)
.debug_info 0x00223df7 0xffe esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj)
.debug_info 0x00224df5 0x5be esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj)
.debug_info 0x002253b3 0x783b esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj)
.debug_info 0x0022cbee 0x6d4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj)
.debug_info 0x0022d2c2 0x293b esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj)
.debug_info 0x0022fbfd 0x827 esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpsk.c.obj)
.debug_info 0x00230424 0x38d esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj)
.debug_info 0x002307b1 0x1021 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj)
.debug_info 0x002317d2 0x11fc esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj)
.debug_info 0x002329ce 0x12e9 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj)
.debug_info 0x00233cb7 0xcf8 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj)
.debug_info 0x002349af 0x122a esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj)
.debug_info 0x00235bd9 0x1f75 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj)
.debug_info 0x00237b4e 0xadd esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj)
.debug_info 0x0023862b 0x346e esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj)
.debug_info 0x0023ba99 0x83f6 esp-idf/esp_driver_rmt/libesp_driver_rmt.a(rmt_common.c.obj)
.debug_info 0x00243e8f 0x21f0 esp-idf/esp_driver_rmt/libesp_driver_rmt.a(rmt_encoder.c.obj)
.debug_info 0x0024607f 0x26b2 esp-idf/esp_driver_rmt/libesp_driver_rmt.a(rmt_encoder_bytes.c.obj)
.debug_info 0x00248731 0x24af esp-idf/esp_driver_rmt/libesp_driver_rmt.a(rmt_encoder_copy.c.obj)
.debug_info 0x0024abe0 0x87fb esp-idf/esp_driver_rmt/libesp_driver_rmt.a(rmt_tx.c.obj)
.debug_info 0x002533db 0xda3c esp-idf/esp_driver_i2c/libesp_driver_i2c.a(i2c_master.c.obj)
.debug_info 0x00260e17 0x7ba4 esp-idf/esp_driver_i2c/libesp_driver_i2c.a(i2c_common.c.obj)
.debug_info 0x002689bb 0x42f3 esp-idf/esp_driver_i2c/libesp_driver_i2c.a(i2c_slave_v2.c.obj)
.debug_info 0x0026ccae 0x305d esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj)
.debug_info 0x0026fd0b 0x309f esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj)
.debug_info 0x00272daa 0x1eb4 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj)
.debug_info 0x00274c5e 0x2d96 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj)
.debug_info 0x002779f4 0x16c5 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj)
.debug_info 0x002790b9 0x2ce7 esp-idf/esp_http_server/libesp_http_server.a(httpd_ws.c.obj)
.debug_info 0x0027bda0 0x8d0 esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj)
.debug_info 0x0027c670 0xe91 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj)
.debug_info 0x0027d501 0x5419 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj)
.debug_info 0x0028291a 0x35a7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj)
.debug_info 0x00285ec1 0x39d9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj)
.debug_info 0x0028989a 0x219a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj)
.debug_info 0x0028ba34 0xa9c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj)
.debug_info 0x0028c4d0 0x2015 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj)
.debug_info 0x0028e4e5 0x2102 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj)
.debug_info 0x002905e7 0x4d8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj)
.debug_info 0x00290abf 0x245 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj)
.debug_info 0x00290d04 0x198 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj)
.debug_info 0x00290e9c 0x69c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj)
.debug_info 0x00291538 0x817 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj)
.debug_info 0x00291d4f 0x83c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj)
.debug_info 0x0029258b 0x162 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj)
.debug_info 0x002926ed 0x7c8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj)
.debug_info 0x00292eb5 0x295 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj)
.debug_info 0x0029314a 0x1383 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj)
.debug_info 0x002944cd 0x1027 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj)
.debug_info 0x002954f4 0x1bb9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj)
.debug_info 0x002970ad 0x8a6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj)
.debug_info 0x00297953 0x900 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj)
.debug_info 0x00298253 0x92d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj)
.debug_info 0x00298b80 0xa29 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj)
.debug_info 0x002995a9 0x1bbb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj)
.debug_info 0x0029b164 0x3e1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj)
.debug_info 0x0029b545 0x1ee5 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj)
.debug_info 0x0029d42a 0xd8e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj)
.debug_info 0x0029e1b8 0x1067 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj)
.debug_info 0x0029f21f 0x1c5d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj)
.debug_info 0x002a0e7c 0x2a61 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj)
.debug_info 0x002a38dd 0x70d9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj)
.debug_info 0x002aa9b6 0x1192 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj)
.debug_info 0x002abb48 0x25c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj)
.debug_info 0x002abda4 0x1acb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj)
.debug_info 0x002ad86f 0x216c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj)
.debug_info 0x002af9db 0xd23 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha.c.obj)
.debug_info 0x002b06fe 0x1711 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj)
.debug_info 0x002b1e0f 0x2097 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj)
.debug_info 0x002b3ea6 0x6938 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj)
.debug_info 0x002ba7de 0x5027 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj)
.debug_info 0x002bf805 0x1ddd esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj)
.debug_info 0x002c15e2 0x1a7a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj)
.debug_info 0x002c305c 0x29a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj)
.debug_info 0x002c32f6 0x17b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj)
.debug_info 0x002c3471 0xc8f esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj)
.debug_info 0x002c4100 0x20c1 esp-idf/esp_partition/libesp_partition.a(partition.c.obj)
.debug_info 0x002c61c1 0x146d esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj)
.debug_info 0x002c762e 0x245 esp-idf/hal/libhal.a(mpu_hal.c.obj)
.debug_info 0x002c7873 0x27d1 esp-idf/hal/libhal.a(i2c_hal.c.obj)
.debug_info 0x002ca044 0x1b24 esp-idf/hal/libhal.a(rmt_hal.c.obj)
.debug_info 0x002cbb68 0x215c esp-idf/hal/libhal.a(gdma_hal_top.c.obj)
.debug_info 0x002cdcc4 0x30c5 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj)
.debug_info 0x002d0d89 0x8c0 esp-idf/hal/libhal.a(mpi_hal.c.obj)
.debug_info 0x002d1649 0x795 esp-idf/hal/libhal.a(sha_hal.c.obj)
.debug_info 0x002d1dde 0x7e5 esp-idf/hal/libhal.a(aes_hal.c.obj)
.debug_info 0x002d25c3 0xe7 esp-idf/soc/libsoc.a(dport_access_common.c.obj)
.debug_info 0x002d26aa 0x392 esp-idf/soc/libsoc.a(rmt_periph.c.obj)
.debug_info 0x002d2a3c 0x388 esp-idf/soc/libsoc.a(i2c_periph.c.obj)
.debug_info 0x002d2dc4 0xfd esp-idf/soc/libsoc.a(temperature_sensor_periph.c.obj)
.debug_info 0x002d2ec1 0xed esp-idf/soc/libsoc.a(mpi_periph.c.obj)
.debug_info 0x002d2fae 0xe71 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj)
.debug_info 0x002d3e1f 0x7e1 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj)
.debug_info 0x002d4600 0x21a0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj)
.debug_info 0x002d67a0 0x1d14 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj)
.debug_info 0x002d84b4 0x142 esp-idf/esp_phy/libesp_phy.a(phy_init_data.c.obj)
.debug_info 0x002d85f6 0x110a esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj)
.debug_info 0x002d9700 0x77d2 esp-idf/lwip/liblwip.a(sockets.c.obj)
.debug_info 0x002e0ed2 0x17cd esp-idf/lwip/liblwip.a(tcpip.c.obj)
.debug_info 0x002e269f 0x4d9 esp-idf/lwip/liblwip.a(def.c.obj)
.debug_info 0x002e2b78 0x1fde esp-idf/lwip/liblwip.a(dns.c.obj)
.debug_info 0x002e4b56 0x16f esp-idf/lwip/liblwip.a(init.c.obj)
.debug_info 0x002e4cc5 0xb7e esp-idf/lwip/liblwip.a(ip.c.obj)
.debug_info 0x002e5843 0x383 esp-idf/lwip/liblwip.a(mem.c.obj)
.debug_info 0x002e5bc6 0x7e9 esp-idf/lwip/liblwip.a(memp.c.obj)
.debug_info 0x002e63af 0x2cd7 esp-idf/lwip/liblwip.a(netif.c.obj)
.debug_info 0x002e9086 0x28be esp-idf/lwip/liblwip.a(pbuf.c.obj)
.debug_info 0x002eb944 0x1625 esp-idf/lwip/liblwip.a(raw.c.obj)
.debug_info 0x002ecf69 0x3811 esp-idf/lwip/liblwip.a(tcp.c.obj)
.debug_info 0x002f077a 0x2cbe esp-idf/lwip/liblwip.a(tcp_in.c.obj)
.debug_info 0x002f3438 0x3723 esp-idf/lwip/liblwip.a(tcp_out.c.obj)
.debug_info 0x002f6b5b 0x10ed esp-idf/lwip/liblwip.a(timeouts.c.obj)
.debug_info 0x002f7c48 0x1c88 esp-idf/lwip/liblwip.a(udp.c.obj)
.debug_info 0x002f98d0 0x3bc7 esp-idf/lwip/liblwip.a(dhcp.c.obj)
.debug_info 0x002fd497 0x20e8 esp-idf/lwip/liblwip.a(etharp.c.obj)
.debug_info 0x002ff57f 0x1077 esp-idf/lwip/liblwip.a(icmp.c.obj)
.debug_info 0x003005f6 0x1505 esp-idf/lwip/liblwip.a(igmp.c.obj)
.debug_info 0x00301afb 0x1796 esp-idf/lwip/liblwip.a(ip4.c.obj)
.debug_info 0x00303291 0xab0 esp-idf/lwip/liblwip.a(ip4_addr.c.obj)
.debug_info 0x00303d41 0xb11 esp-idf/lwip/liblwip.a(ip4_frag.c.obj)
.debug_info 0x00304852 0x1426 esp-idf/lwip/liblwip.a(icmp6.c.obj)
.debug_info 0x00305c78 0x1a2c esp-idf/lwip/liblwip.a(ip6.c.obj)
.debug_info 0x003076a4 0xb2c esp-idf/lwip/liblwip.a(ip6_addr.c.obj)
.debug_info 0x003081d0 0xb9d esp-idf/lwip/liblwip.a(ip6_frag.c.obj)
.debug_info 0x00308d6d 0x152e esp-idf/lwip/liblwip.a(mld6.c.obj)
.debug_info 0x0030a29b 0x3212 esp-idf/lwip/liblwip.a(nd6.c.obj)
.debug_info 0x0030d4ad 0xbf1 esp-idf/lwip/liblwip.a(ethernet.c.obj)
.debug_info 0x0030e09e 0x6d2 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj)
.debug_info 0x0030e770 0xe0b esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj)
.debug_info 0x0030f57b 0xf00 esp-idf/lwip/liblwip.a(sockets_ext.c.obj)
.debug_info 0x0031047b 0x163a esp-idf/lwip/liblwip.a(sys_arch.c.obj)
.debug_info 0x00311ab5 0xe9a esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj)
.debug_info 0x0031294f 0x16c3 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj)
.debug_info 0x00314012 0x2dff esp-idf/lwip/liblwip.a(dhcpserver.c.obj)
.debug_info 0x00316e11 0x2b88 esp-idf/lwip/liblwip.a(api_lib.c.obj)
.debug_info 0x00319999 0x467a esp-idf/lwip/liblwip.a(api_msg.c.obj)
.debug_info 0x0031e013 0x108 esp-idf/lwip/liblwip.a(err.c.obj)
.debug_info 0x0031e11b 0x801 esp-idf/lwip/liblwip.a(netbuf.c.obj)
.debug_info 0x0031e91c 0xadd esp-idf/lwip/liblwip.a(inet_chksum.c.obj)
.debug_info 0x0031f3f9 0xdd8 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj)
.debug_info 0x003201d1 0x32b esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj)
.debug_info 0x003204fc 0x8e0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj)
.debug_info 0x00320ddc 0xbb0 esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj)
.debug_info 0x0032198c 0x40c esp-idf/esp_netif/libesp_netif.a(esp_pbuf_ref.c.obj)
.debug_info 0x00321d98 0x4bfd esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj)
.debug_info 0x00326995 0x2229 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj)
.debug_info 0x00328bbe 0x6deb esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj)
.debug_info 0x0032f9a9 0x4610 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj)
.debug_info 0x00333fb9 0xe2f esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj)
.debug_info 0x00334de8 0x43b0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj)
.debug_info 0x00339198 0x42e4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj)
.debug_info 0x0033d47c 0x2451 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj)
.debug_info 0x0033f8cd 0x1111 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj)
.debug_info 0x003409de 0x651d esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj)
.debug_info 0x00346efb 0x1db7 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj)
.debug_info 0x00348cb2 0x103a esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj)
.debug_info 0x00349cec 0x2df6 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj)
.debug_info 0x0034cae2 0x2bbb esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj)
.debug_info 0x0034f69d 0xa0e esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj)
.debug_info 0x003500ab 0x7884 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj)
.debug_info 0x0035792f 0xdf6 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj)
.debug_info 0x00358725 0x1b5c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj)
.debug_info 0x0035a281 0x3f7 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj)
.debug_info 0x0035a678 0x72d esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj)
.debug_info 0x0035ada5 0x540 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj)
.debug_info 0x0035b2e5 0x372 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj)
.debug_info 0x0035b657 0x1826 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj)
.debug_info 0x0035ce7d 0x6f6a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj)
.debug_info 0x00363de7 0x1780 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj)
.debug_info 0x00365567 0xc4d esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj)
.debug_info 0x003661b4 0x1d94 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj)
.debug_info 0x00367f48 0x493e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj)
.debug_info 0x0036c886 0x1065 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj)
.debug_info 0x0036d8eb 0x1195 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj)
.debug_info 0x0036ea80 0x233 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj)
.debug_info 0x0036ecb3 0x369 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj)
.debug_info 0x0036f01c 0x35f esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj)
.debug_info 0x0036f37b 0xadd esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj)
.debug_info 0x0036fe58 0x1093 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj)
.debug_info 0x00370eeb 0x1035 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj)
.debug_info 0x00371f20 0x618 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj)
.debug_info 0x00372538 0x2d0 esp-idf/esp_wifi/libesp_wifi.a(esp_wifi_regulatory.c.obj)
.debug_info 0x00372808 0x1e11 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj)
.debug_info 0x00374619 0x2d3b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj)
.debug_info 0x00377354 0x8dd esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj)
.debug_info 0x00377c31 0x1948 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj)
.debug_info 0x00379579 0x3e50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj)
.debug_info 0x0037d3c9 0x1431 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj)
.debug_info 0x0037e7fa 0x3764 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj)
.debug_info 0x00381f5e 0x88b esp-idf/lwip/liblwip.a(ethip6.c.obj)
.debug_info 0x003827e9 0x9d D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libstdc++.a(del_ops.o)
.debug_info 0x00382886 0x84 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libstdc++.a(del_opv.o)
.debug_info 0x0038290a 0x142 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libstdc++.a(new_handler.o)
.debug_info 0x00382a4c 0x122 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libstdc++.a(new_opvnt.o)
.debug_info 0x00382b6e 0x5a6 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libstdc++.a(del_op.o)
.debug_info 0x00383114 0xe0f D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libstdc++.a(eh_catch.o)
.debug_info 0x00383f23 0x1033 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libstdc++.a(eh_globals.o)
.debug_info 0x00384f56 0xaf3 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libstdc++.a(eh_terminate.o)
.debug_info 0x00385a49 0xa8 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libstdc++.a(new_opv.o)
.debug_info 0x00385af1 0x8ae D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libstdc++.a(eh_term_handler.o)
.debug_info 0x0038639f 0x8b2 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libstdc++.a(new_op.o)
.debug_info 0x00386c51 0xa38 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libstdc++.a(si_class_type_info.o)
.debug_info 0x00387689 0x58b D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libstdc++.a(tinfo.o)
.debug_info 0x00387c14 0x27d D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libstdc++.a(bad_alloc.o)
.debug_info 0x00387e91 0xa5d D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libstdc++.a(class_type_info.o)
.debug_info 0x003888ee 0x97e D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libstdc++.a(eh_exception.o)
.debug_info 0x0038926c 0x1a62 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj)
.debug_info 0x0038acce 0x3f7 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj)
.debug_info 0x0038b0c5 0x121 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libm.a(libm_a-wf_sqrt.o)
.debug_info 0x0038b1e6 0x6b D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-environ.o)
.debug_info 0x0038b251 0xb9 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-ctype_.o)
.debug_info 0x0038b30a 0xa05 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-fclose.o)
.debug_info 0x0038bd0f 0xaee D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-fflush.o)
.debug_info 0x0038c7fd 0x1079 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-findfp.o)
.debug_info 0x0038d876 0xafc D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-fopen.o)
.debug_info 0x0038e372 0x988 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-fprintf.o)
.debug_info 0x0038ecfa 0x98f D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-fseek.o)
.debug_info 0x0038f689 0xc5d D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-fvwrite.o)
.debug_info 0x003902e6 0x8be D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-fwalk.o)
.debug_info 0x00390ba4 0x97a D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-printf.o)
.debug_info 0x0039151e 0xa53 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-puts.o)
.debug_info 0x00391f71 0xa83 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-refill.o)
.debug_info 0x003929f4 0x9e1 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-snprintf.o)
.debug_info 0x003933d5 0x9b2 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-sprintf.o)
.debug_info 0x00393d87 0xb40 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-stdio.o)
.debug_info 0x003948c7 0x952 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-vprintf.o)
.debug_info 0x00395219 0x9ab D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-vsnprintf.o)
.debug_info 0x00395bc4 0x8ef D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-wsetup.o)
.debug_info 0x003964b3 0xe56 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-fseeko.o)
.debug_info 0x00397309 0x981 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-reent.o)
.debug_info 0x00397c8a 0x840 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-impure.o)
.debug_info 0x003984ca 0x834 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-errno.o)
.debug_info 0x00398cfe 0x869 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-sysclose.o)
.debug_info 0x00399567 0x89b D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-sysfcntl.o)
.debug_info 0x00399e02 0x8e5 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-sysgettod.o)
.debug_info 0x0039a6e7 0x8ef D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-sysopen.o)
.debug_info 0x0039afd6 0x8b1 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-sysread.o)
.debug_info 0x0039b887 0x8b7 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-syswrite.o)
.debug_info 0x0039c13e 0x28bb D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-svfprintf.o)
.debug_info 0x0039e9f9 0x2b58 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-vfprintf.o)
.debug_info 0x003a1551 0x223b D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-vfiprintf.o)
.debug_info 0x003a378c 0x882 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-flags.o)
.debug_info 0x003a400e 0xbbe D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-makebuf.o)
.debug_info 0x003a4bcc 0xcb7 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-locale.o)
.debug_info 0x003a5883 0xbef D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-localeconv.o)
.debug_info 0x003a6472 0x1de D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libm_a-s_frexp.o)
.debug_info 0x003a6650 0x195b D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-dtoa.o)
.debug_info 0x003a7fab 0xbe3 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-mbtowc_r.o)
.debug_info 0x003a8b8e 0x1ec0 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-mprec.o)
.debug_info 0x003aaa4e 0xbaa D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-wctomb_r.o)
.debug_info 0x003ab5f8 0x2096 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-svfiprintf.o)
.debug_info 0x003ad68e 0x24 D:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/esp32s3/no-rtti\libgcc.a(_sqrtf.o)
.debug_abbrev 0x00000000 0x63710
*(.debug_abbrev)

View File

@ -0,0 +1 @@
Command: ninja all

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
{
"version": "1.2",
"project_name": "linefollower_eye",
"project_version": "4bd94bc-dirty",
"project_version": "bb2f376-dirty",
"project_path": "C:/Users/jake/Documents/linefollower_eye",
"idf_path": "D:/Espressif/frameworks/esp-idf-v5.5.2",
"build_dir": "C:/Users/jake/Documents/linefollower_eye/build",

View File

@ -38,9 +38,9 @@ esp_err_t status_led_init(void)
led_strip_new_rmt_device(&strip_cfg, &rmt_cfg, &s_strip),
TAG, "led_strip_new_rmt_device failed");
/* Boot test: white at half brightness */
ESP_RETURN_ON_ERROR(status_led_set_rgb(128, 128, 128), TAG, "set rgb");
ESP_LOGI(TAG, "WS2812 on GPIO%d — white", STATUS_LED_GPIO);
/* Default: LED off */
ESP_RETURN_ON_ERROR(status_led_set_rgb(0, 0, 0), TAG, "set rgb");
ESP_LOGI(TAG, "WS2812 on GPIO%d — off", STATUS_LED_GPIO);
return ESP_OK;
}